mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-27 00:00:12 +02:00
signal: Remove use of deprecated APIs on Unix
This commit is contained in:
committed by
Carl Lerche
parent
92b93ee176
commit
4519ac8e17
+1
-1
@@ -12,7 +12,7 @@ An implementation of an asynchronous Unix signal handling backed futures.
|
||||
|
||||
[dependencies]
|
||||
tokio-core = "0.1"
|
||||
futures = "0.1"
|
||||
futures = "0.1.7"
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
tokio-uds = "0.1"
|
||||
|
||||
Reference in New Issue
Block a user