From 550dc76bbdd075ee63bf7b23d4502d03814a5e77 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 9 Sep 2016 18:02:03 -0700 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 72588d886..d22d4a63a 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" log = "0.3" mio = "0.6" scoped-tls = "0.1.0"