signal: Remove use of deprecated APIs on Unix

This commit is contained in:
Alex Crichton
2018-09-10 11:29:56 -07:00
committed by Carl Lerche
parent 92b93ee176
commit 4519ac8e17
2 changed files with 19 additions and 18 deletions
+1 -1
View File
@@ -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"