Update to Tokio 0.2 and futures 0.3 (#277)

This commit is contained in:
Artem Vorotnikov
2019-11-27 19:53:44 -08:00
committed by Tim
parent 5e19b79aa4
commit 709b966150
15 changed files with 106 additions and 212 deletions

View File

@@ -27,6 +27,6 @@ proc-macro2 = "0.4"
proc-macro = true
[dev-dependencies]
futures-preview = { version = "0.3.0-alpha.18" }
futures = "0.3"
serde = { version = "1.0", features = ["derive"] }
tarpc = { path = "../tarpc" }