mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-07 00:00:08 +02:00
process: Update winapi to 0.3
This commit is contained in:
+13
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user