Update to Tokio 0.3.0-alpha.3

This commit is contained in:
Artem Vorotnikov
2019-08-29 19:18:23 +03:00
committed by Tim
parent 5aa4a2cef6
commit 9ee3011687
14 changed files with 8 additions and 21 deletions

View File

@@ -27,7 +27,7 @@ rand = "0.7"
tokio-timer = "0.3.0-alpha.2"
trace = { package = "tarpc-trace", version = "0.2", path = "../trace" }
serde = { optional = true, version = "1.0" }
tokio = { optional = true, version = "0.2.0-alpha.2" }
tokio = { optional = true, version = "0.2.0-alpha.3" }
[dev-dependencies]
futures-test-preview = { version = "0.3.0-alpha.18" }