Depend on futures from crates.io

This commit is contained in:
Alex Crichton
2016-11-22 09:40:35 -08:00
parent b2ac1d8f93
commit 56c2c31bcf
+1 -1
View File
@@ -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"