process: Update to crates.io versions of deps

This commit is contained in:
Alex Crichton
2019-06-24 16:56:46 -07:00
committed by Ivan Petkov
parent 073a1a251a
commit 72179d49c5
+3 -3
View File
@@ -11,8 +11,8 @@ An implementation of an asynchronous process management 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(windows)'.dependencies]
winapi = "0.2"
@@ -20,4 +20,4 @@ kernel32-sys = "0.2"
[target.'cfg(unix)'.dependencies]
libc = "0.2"
tokio-signal = { git = "https://github.com/alexcrichton/tokio-signal" }
tokio-signal = "0.1"