mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-25 00:00:18 +02:00
signal: Update deps to point to crates.io
This commit is contained in:
committed by
Carl Lerche
parent
8291c3d462
commit
3486a61a0f
+3
-3
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user