Skip to content

Commit

Permalink
build: allow windows-sys 0.59 (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler authored Jan 22, 2025
1 parent 3ac6d4e commit a4596e5
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 @@ -29,7 +29,7 @@ getrandom = { version = "0.2.15", default-features = false, optional = true }
rustix = { version = "0.38.39", features = ["fs"] }

[target.'cfg(windows)'.dependencies.windows-sys]
version = ">=0.52,<=0.59"
version = ">=0.52,<0.60"
features = [
"Win32_Storage_FileSystem",
"Win32_Foundation",
Expand Down

0 comments on commit a4596e5

Please sign in to comment.