Skip to content

Commit

Permalink
Bump windows crate range to 0.58-0.59
Browse files Browse the repository at this point in the history
https://github.com/microsoft/windows-rs/releases/tag/0.61.0

Because there were no breaking changes that affect this crate, the
range could simply be extended to allow the new `windows 0.59` release
in addition to `windows 0.58`, allowing our MSRV to stay unmodified
(`windows 0.59` would have bumped it to `1.74` otherwise).  However,
such a should really be paired with a `-Zminimal-versions` or explicit
downgrade in CI for testing though.
  • Loading branch information
MarijnS95 committed Feb 8, 2025
1 parent 798c052 commit e4afb28
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 @@ exclude = [


[target.'cfg(windows)'.dependencies.windows]
version = "0.58"
version = ">=0.58, <=0.59"
features = [
"Win32_System_Memory",
"Win32_System_Kernel",
Expand Down

0 comments on commit e4afb28

Please sign in to comment.