Skip to content

Commit

Permalink
Merge pull request #1326 from GuillaumeGomez/windows-version
Browse files Browse the repository at this point in the history
Adopt windows version range >=0.54, <=0.57
  • Loading branch information
GuillaumeGomez authored Jul 31, 2024
2 parents 80666a3 + bf9455c commit 0f7c5f0
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 @@ -97,7 +97,9 @@ serde = { version = "^1.0.190", optional = true }

[target.'cfg(windows)'.dependencies]
ntapi = { version = "0.4", optional = true }
windows = { version = "0.56", optional = true }
# Support a range of versions in order to avoid duplication of this crate. Make sure to test all
# versions when bumping to a new release, and only increase the minimum when absolutely necessary.
windows = { version = ">=0.54, <=0.57", optional = true }

[target.'cfg(any(windows, target_os = "linux", target_os = "android"))'.dependencies]
bstr = "1.9.0"
Expand Down

0 comments on commit 0f7c5f0

Please sign in to comment.