From 04f4ea5219d4da6777bc2bea6a6f484fff70191d Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Wed, 14 Aug 2019 23:30:56 +0200 Subject: [PATCH] Use published alpha versions of tokio crates --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 21cae52..8db8dde 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } \ No newline at end of file +tokio = "0.2.0-alpha.1"