Skip to content

Commit 1bb63e4

Browse files
authored
cargo: supported range for windows-sys (#184)
this will allow downstream users to choose windows-sys version as per their compatibility Signed-off-by: Lakshya Singh <[email protected]>
1 parent a7e464f commit 1bb63e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ no-color = []
1919
lazy_static = "1"
2020

2121
[target.'cfg(windows)'.dependencies.windows-sys]
22-
version = "0.48"
22+
version = ">=0.48,<=0.59"
2323
features = [
2424
"Win32_Foundation",
2525
"Win32_System_Console",

0 commit comments

Comments
 (0)