signal: Use tokio-core from git

Just for now, as we need some yet unreleased features.
This commit is contained in:
Michal 'vorner' Vaner
2018-09-10 11:29:57 -07:00
committed by Carl Lerche
parent 468b037e4e
commit 4142dc2fae
+3
View File
@@ -23,3 +23,6 @@ mio = "0.6"
winapi = "0.2"
kernel32-sys = "0.2"
mio = "0.6"
[replace]
"tokio-core:0.1.3" = { git = "https://github.com/tokio-rs/tokio-core" }