Skip to content

Commit

Permalink
Use range for windows-sys
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed Mar 21, 2024
1 parent 9f9a232 commit eabebf6
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.52.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 eabebf6

Please sign in to comment.