Skip to content

Commit

Permalink
cargo: supported range for windows-sys (#184)
Browse files Browse the repository at this point in the history
this will allow downstream users to choose windows-sys version as per
their compatibility

Signed-off-by: Lakshya Singh <[email protected]>
  • Loading branch information
king-11 authored Nov 2, 2024
1 parent a7e464f commit 1bb63e4
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 @@ -19,7 +19,7 @@ no-color = []
lazy_static = "1"

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

0 comments on commit 1bb63e4

Please sign in to comment.