mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-24 00:00:11 +02:00
process: Update to crates.io versions of deps
This commit is contained in:
+3
-3
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user