From 56c2c31bcf545f5715429b6aa6924bde76f06c4d Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 22 Nov 2016 09:40:35 -0800 Subject: [PATCH] Depend on futures from crates.io --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index def6519d2..bf7df2bc4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ the rest of the tokio crates. """ [dependencies] -futures = { git = "https://github.com/alexcrichton/futures-rs" } +futures = "0.1.4" log = "0.3" mio = "0.6" scoped-tls = "0.1.0"