Skip to content

Commit 8b15a80

Browse files
committed
Allows windows-sys 0.61 too
1 parent 2fc582a commit 8b15a80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cairo/sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ version = "2.16"
6464
features = ["xlib"]
6565

6666
[target.'cfg(windows)'.dependencies]
67-
windows-sys = { version = ">=0.52, <=0.60", features = ["Win32_Graphics_Gdi"], optional = true }
67+
windows-sys = { version = ">=0.52, <=0.61", features = ["Win32_Graphics_Gdi"], optional = true }
6868

6969
[build-dependencies]
7070
system-deps = "7"

gio/sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ workspace = true
1111
workspace = true
1212

1313
[target."cfg(windows)".dependencies.windows-sys]
14-
version = ">=0.52, <=0.60"
14+
version = ">=0.52, <=0.61"
1515
features = ["Win32_Networking_WinSock"]
1616

1717
[dev-dependencies]

0 commit comments

Comments
 (0)