Update deps to point to crates.io

This commit is contained in:
Alex Crichton
2016-09-09 22:04:04 -07:00
parent 69ced1b6da
commit 0c0c0bb177
+3 -3
View File
@@ -11,11 +11,11 @@ An implementation of an asynchronous Unix signal handling backed futures.
"""
[dependencies]
tokio-core = { git = "https://github.com/tokio-rs/tokio-core" }
futures = { git = "https://github.com/alexcrichton/futures-rs" }
tokio-core = "0.1"
futures = "0.1"
[target.'cfg(unix)'.dependencies]
tokio-uds = { git = "https://github.com/tokio-rs/tokio-uds" }
tokio-uds = "0.1"
libc = "0.2"
mio = "0.6"