Skip to content

Commit 78e81fa

Browse files
authored
Merge pull request #67 from eminence/windows-sys
Update windows-sys to 0.59
2 parents 76b0cae + c69ff4e commit 78e81fa

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
@@ -15,7 +15,7 @@ rust-version = "1.63"
1515
rustix = { version = "0.38.0", features = ["termios"] }
1616

1717
[target.'cfg(windows)'.dependencies.windows-sys]
18-
version = "0.52.0"
18+
version = "0.59.0"
1919
features = [
2020
"Win32_Foundation",
2121
"Win32_System_Console",

0 commit comments

Comments
 (0)