signal: Update deps to point to crates.io

This commit is contained in:
Alex Crichton
2018-09-10 11:29:55 -07:00
committed by Carl Lerche
parent 8291c3d462
commit 3486a61a0f
+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"