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 2edfd6f commit 2db2cd0Copy full SHA for 2db2cd0
Cargo.toml
@@ -40,10 +40,12 @@ rustix = { version = "0.38.0", features = ["fs"] }
40
nt_version = "0.1.3"
41
42
[target.'cfg(windows)'.dependencies.windows-sys]
43
-version = "0.48.0"
+version = "0.52.0"
44
features = [
45
"Win32_Storage_FileSystem",
46
"Win32_Foundation",
47
+ "Win32_System_IO",
48
+ "Win32_System_Ioctl",
49
"Win32_System_SystemServices",
50
]
51
0 commit comments