mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-30 00:00:16 +02:00
signal: Update to winapi 0.3
This commit is contained in:
committed by
Carl Lerche
parent
a4895fe364
commit
4fa1b2b58c
+3
-3
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user