Skip to content

Commit a4596e5

Browse files
build: allow windows-sys 0.59 (#319)
1 parent 3ac6d4e commit a4596e5

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
@@ -29,7 +29,7 @@ getrandom = { version = "0.2.15", default-features = false, optional = true }
2929
rustix = { version = "0.38.39", features = ["fs"] }
3030

3131
[target.'cfg(windows)'.dependencies.windows-sys]
32-
version = ">=0.52,<=0.59"
32+
version = ">=0.52,<0.60"
3333
features = [
3434
"Win32_Storage_FileSystem",
3535
"Win32_Foundation",

0 commit comments

Comments
 (0)