Skip to content

Commit 2db2cd0

Browse files
committed
Update to windows-sys 0.52.
1 parent 2edfd6f commit 2db2cd0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,12 @@ rustix = { version = "0.38.0", features = ["fs"] }
4040
nt_version = "0.1.3"
4141

4242
[target.'cfg(windows)'.dependencies.windows-sys]
43-
version = "0.48.0"
43+
version = "0.52.0"
4444
features = [
4545
"Win32_Storage_FileSystem",
4646
"Win32_Foundation",
47+
"Win32_System_IO",
48+
"Win32_System_Ioctl",
4749
"Win32_System_SystemServices",
4850
]
4951

0 commit comments

Comments
 (0)