Skip to content

Commit 0b8c62d

Browse files
build: allow windows-sys 0.59 (#43)
1 parent c9e7f83 commit 0b8c62d

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
@@ -22,7 +22,7 @@ libc = "0.2"
2222
hermit-abi = "0.4.0"
2323

2424
[target.'cfg(windows)'.dependencies.windows-sys]
25-
version = ">=0.52, <=0.59"
25+
version = ">=0.52, <0.60"
2626
features = [
2727
"Win32_Foundation",
2828
"Win32_Storage_FileSystem",

0 commit comments

Comments
 (0)