signal: move into tokio-net (#1463)

This commit is contained in:
Carl Lerche
2019-08-17 13:43:55 -07:00
committed by Ivan Petkov
parent a83f5e4ba6
commit c187cd75b6
28 changed files with 109 additions and 383 deletions
+1 -1
View File
@@ -55,4 +55,4 @@ lazy_static = "1.3"
libc = "0.2"
log = "0.4"
mio = "0.6.5"
tokio-signal = { version = "=0.3.0-alpha.1", path = "../tokio-signal" }
tokio-net = { version = "=0.2.0-alpha.1", path = "../tokio-net", features = ["signal"] }