Skip to content

Commit

Permalink
Update to windows-sys 0.52.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Nov 22, 2024
1 parent 2edfd6f commit 2db2cd0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,12 @@ rustix = { version = "0.38.0", features = ["fs"] }
nt_version = "0.1.3"

[target.'cfg(windows)'.dependencies.windows-sys]
version = "0.48.0"
version = "0.52.0"
features = [
"Win32_Storage_FileSystem",
"Win32_Foundation",
"Win32_System_IO",
"Win32_System_Ioctl",
"Win32_System_SystemServices",
]

Expand Down

0 comments on commit 2db2cd0

Please sign in to comment.