Skip to content

Commit fa8ad00

Browse files
authored
allow older windows-sys (#304)
dependabot bumped the version to 0.59 but older version 0.52 can also be supported allowing upstream crates to pull dependency as per their version choice.
1 parent 335d91d commit fa8ad00

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
@@ -26,7 +26,7 @@ once_cell = { version = "1.19.0", default-features = false, features = ["std"] }
2626
rustix = { version = "0.38.37", features = ["fs"] }
2727

2828
[target.'cfg(windows)'.dependencies.windows-sys]
29-
version = "0.59"
29+
version = ">=0.52,<=0.59"
3030
features = [
3131
"Win32_Storage_FileSystem",
3232
"Win32_Foundation",

0 commit comments

Comments
 (0)