Skip to content

Commit

Permalink
Adopt windows version range >=0.54, <=0.57
Browse files Browse the repository at this point in the history
Co-authored-by: BD103 <59022059+BD103@users.noreply.github.com>
Co-authored-by: Carter Anderson <mcanders1@gmail.com>
  • Loading branch information
3 people committed Jul 31, 2024
1 parent 80666a3 commit bf9455c
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 bf9455c

Please sign in to comment.