Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuka committed May 4, 2020
1 parent ce2f720 commit 3e6f2eb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
## 0.7.1 (2020-05-04)
- Update Dockerfile #81 @mosuka
- Upgrade dependencies #79 @mosuka

Expand Down
2 changes: 1 addition & 1 deletion bayard-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ rand = "0.7.3"
serde_json = "1.0.51"

bayard-proto = "0.7.4"
bayard-server = { version = "0.7.2", path = "../bayard-server" }
bayard-server = { version = "0.7.1", path = "../bayard-server" }
2 changes: 1 addition & 1 deletion bayard-rest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ router = "0.6.0"
serde_json = "1.0.51"
urlencoded = "0.6.0"

bayard-client = { version = "0.7.2", path = "../bayard-client" }
bayard-client = { version = "0.7.1", path = "../bayard-client" }
4 changes: 2 additions & 2 deletions bayard/Cargo.toml
Original file line number Diff line number Diff line change
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.2", path = "../bayard-client" }
bayard-client = { version = "0.7.1", path = "../bayard-client" }
bayard-proto = "0.7.4"
bayard-server = { version = "0.7.2", path = "../bayard-server" }
bayard-server = { version = "0.7.1", path = "../bayard-server" }

0 comments on commit 3e6f2eb

Please sign in to comment.