We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93cc15a commit 59fab05Copy full SHA for 59fab05
Cargo.toml
@@ -23,4 +23,4 @@ crossbeam-channel = { version = "0.5", optional = true }
23
libc = "0.2.98"
24
25
[target.'cfg(windows)'.dependencies]
26
-windows-sys = { version = "0.32", features = ["Win32_Foundation", "Win32_Security", "Win32_System_JobObjects", "Win32_System_Threading", "Win32_System_WindowsProgramming"] }
+windows-sys = { version = "0.33", features = ["Win32_Foundation", "Win32_Security", "Win32_System_JobObjects", "Win32_System_Threading", "Win32_System_WindowsProgramming"] }
0 commit comments