Skip to content

Commit

Permalink
Bump up version (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuka authored May 4, 2020
1 parent 3e6f2eb commit e1368e4
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions bayard-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bayard-client"
version = "0.7.2"
version = "0.7.3"
authors = ["Minoru Osuka <[email protected]>"]
edition = "2018"
description = "Client library for Bayard."
Expand All @@ -22,4 +22,4 @@ rand = "0.7.3"
serde_json = "1.0.51"

bayard-proto = "0.7.4"
bayard-server = { version = "0.7.1", path = "../bayard-server" }
bayard-server = { version = "0.7.3", path = "../bayard-server" }
4 changes: 2 additions & 2 deletions bayard-rest/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bayard-rest"
version = "0.7.2"
version = "0.7.3"
authors = ["Minoru Osuka <[email protected]>"]
edition = "2018"
description = "REST API server for Bayard."
Expand All @@ -27,4 +27,4 @@ router = "0.6.0"
serde_json = "1.0.51"
urlencoded = "0.6.0"

bayard-client = { version = "0.7.1", path = "../bayard-client" }
bayard-client = { version = "0.7.3", path = "../bayard-client" }
2 changes: 1 addition & 1 deletion bayard-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bayard-server"
version = "0.7.2"
version = "0.7.3"
authors = ["MinoruOsuka <[email protected]>"]
edition = "2018"
description = "Bayard is a distributed search server."
Expand Down
6 changes: 3 additions & 3 deletions bayard/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bayard"
version = "0.7.2"
version = "0.7.3"
authors = ["Minoru Osuka <[email protected]>"]
edition = "2018"
description = "Bayard is a distributed search server."
Expand Down Expand Up @@ -28,6 +28,6 @@ num_cpus = "1.13.0"
raft = "0.4.3"
serde_json = "1.0.51"

bayard-client = { version = "0.7.1", path = "../bayard-client" }
bayard-client = { version = "0.7.3", path = "../bayard-client" }
bayard-proto = "0.7.4"
bayard-server = { version = "0.7.1", path = "../bayard-server" }
bayard-server = { version = "0.7.3", path = "../bayard-server" }

0 comments on commit e1368e4

Please sign in to comment.