Skip to content

Commit 7b32af6

Browse files
authored
Upgrade windows-sys crate (#1501)
1 parent 224daf0 commit 7b32af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ linux-raw-sys = { version = "0.9.2", default-features = false, features = ["gene
5454

5555
# For the libc backend on Windows, use the Winsock API in windows-sys.
5656
[target.'cfg(windows)'.dependencies.windows-sys]
57-
version = ">=0.52, <0.61"
57+
version = ">=0.52, <0.62"
5858
features = [
5959
"Win32_Foundation",
6060
"Win32_Networking_WinSock",

0 commit comments

Comments
 (0)