chore: Upgrade to prost master and bytes 0.5 (#224)
This upgrades tonic to prost's master branch, and moves everything to bytes 0.5.
This commit is contained in:
@@ -114,8 +114,8 @@ path = "src/client.rs"
|
||||
|
||||
[dependencies]
|
||||
tonic = "0.1.0-beta.1"
|
||||
bytes = "0.4"
|
||||
prost = "0.5"
|
||||
bytes = "0.5"
|
||||
prost = { git = "https://github.com/danburkert/prost", branch = "master" }
|
||||
tokio = { version = "0.2", features = ["macros"] }
|
||||
|
||||
[build-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user