Skip to content

Commit

Permalink
Upgrade windows-sys to 0.52-0.59
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Aug 26, 2024
1 parent cf25a9e commit 50f5528
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 @@ -24,7 +24,7 @@ libc = "0.2.156"
psm = { path = "psm", version = "0.1.7" }

[target.'cfg(windows)'.dependencies.windows-sys]
version = ">=0.34.0, <0.42.0"
version = ">=0.52.0, <0.60.0"
features = [
"Win32_System_Memory",
"Win32_System_Threading",
Expand Down

0 comments on commit 50f5528

Please sign in to comment.