signal: Update to winapi 0.3

This commit is contained in:
Alex Crichton
2018-09-10 11:30:02 -07:00
committed by Carl Lerche
parent a4895fe364
commit 4fa1b2b58c
4 changed files with 45 additions and 32 deletions
+3 -3
View File
@@ -25,6 +25,6 @@ tokio-io = "0.1"
libc = "0.2"
mio-uds = "0.6"
[target.'cfg(windows)'.dependencies]
winapi = "0.2"
kernel32-sys = "0.2"
[target.'cfg(windows)'.dependencies.winapi]
version = "0.3"
features = ["minwindef", "wincon"]