summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-09-09 18:02:03 -0700
committerAlex Crichton <alex@alexcrichton.com>2016-09-09 18:02:03 -0700
commit550dc76bbdd075ee63bf7b23d4502d03814a5e77 (patch)
tree18892d66efe7a500fabfc778c2a57038804ae4ab /Cargo.toml
parent80d23caa5eeb5b288d5cdc0af506bdddfd61b5aa (diff)
Depend on futures from crates.io
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 72588d88..d22d4a63 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"