Fix interoptests and rewrite decode
This commit is contained in:
@@ -13,14 +13,14 @@ name = "server"
|
||||
path = "src/bin/server.rs"
|
||||
|
||||
[dependencies]
|
||||
tokio = "=0.2.0-alpha.1"
|
||||
tokio = "=0.2.0-alpha.2"
|
||||
tonic = { path = "../tonic" }
|
||||
prost = "0.5"
|
||||
prost-derive = "0.5"
|
||||
bytes = "0.4"
|
||||
tower-h2 = { path = "../tower-h2" }
|
||||
http = "0.1"
|
||||
futures-util-preview = "=0.3.0-alpha.17"
|
||||
futures-util-preview = "=0.3.0-alpha.18"
|
||||
hyper = { path = "../../hyper" }
|
||||
|
||||
console = "0.7"
|
||||
structopt = "0.2"
|
||||
|
||||
Reference in New Issue
Block a user