Skip to content

Commit

Permalink
Merge pull request #62 from sunfishcode/sunfishcode/update-windows-sys
Browse files Browse the repository at this point in the history
Update to windows-sys 0.52.
  • Loading branch information
sunfishcode authored Dec 28, 2023
2 parents 008ae1f + f659f3a commit eb3b9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tempfile = "3.1"
rustix = { version = "0.38.0", features = ["fs"] }

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

0 comments on commit eb3b9e0

Please sign in to comment.