Use published alpha versions of tokio crates

This commit is contained in:
Jonas Platte
2019-08-14 23:30:56 +02:00
committed by Sean McArthur
parent c37ae75c5c
commit 04f4ea5219
+3 -3
View File
@@ -16,8 +16,8 @@ vendored = ["native-tls/vendored"]
[dependencies]
native-tls = "0.2"
hyper = { git = "https://github.com/hyperium/hyper" }
tokio-io = { git = "https://github.com/tokio-rs/tokio" }
tokio-tls = { git = "https://github.com/tokio-rs/tokio" }
tokio-io = "0.2.0-alpha.1"
tokio-tls = "0.3.0-alpha.1"
[dev-dependencies]
tokio = { git = "https://github.com/tokio-rs/tokio" }
tokio = "0.2.0-alpha.1"