process: Update winapi to 0.3

This commit is contained in:
Alex Crichton
2019-06-24 16:56:51 -07:00
committed by Ivan Petkov
parent f0680617ee
commit f48944c1fb
4 changed files with 50 additions and 33 deletions
+13 -2
View File
@@ -26,10 +26,21 @@ env_logger = { version = "0.3", default-features = false }
log = "0.3"
[target.'cfg(windows)'.dependencies]
winapi = "0.2"
kernel32-sys = "0.2"
mio-named-pipes = "0.1"
[target.'cfg(windows)'.dependencies.winapi]
version = "0.3"
features = [
"handleapi",
"winerror",
"minwindef",
"processthreadsapi",
"synchapi",
"threadpoollegacyapiset",
"winbase",
"winnt",
]
[target.'cfg(unix)'.dependencies]
libc = "0.2"
tokio-signal = "0.1"