Fix interoptests and rewrite decode

This commit is contained in:
Lucio Franco
2019-08-28 17:24:53 -04:00
parent a9e2f0e250
commit f750dfa111
33 changed files with 370 additions and 1047 deletions
+2 -2
View File
@@ -15,6 +15,6 @@ serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
[dev-dependencies]
tokio = "=0.2.0-alpha.1"
tokio = "=0.2.0-alpha.2"
tonic = { path = "../tonic" }
futures-preview = "=0.3.0-alpha.17"
futures-preview = "=0.3.0-alpha.18"