Skip to content

Commit

Permalink
use version range for windows-sys
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve authored Mar 21, 2024
1 parent 9ae7aa7 commit c0fd66c
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 @@ -18,7 +18,7 @@ libc = "0.2"
redox_users = { version = "0.4", default-features = false }

[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0.48.0", features = [
windows-sys = { version = ">= 0.48.0, < 0.53.0", features = [
"Win32_UI_Shell",
"Win32_Foundation",
"Win32_Globalization",
Expand Down

0 comments on commit c0fd66c

Please sign in to comment.