Skip to content

Commit 67befb5

Browse files
committed
windows: use a range for windows-rs dependency
Leave it up to the consumer to determine the specific version.
1 parent a86c721 commit 67befb5

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
@@ -63,7 +63,7 @@ version = "2.16"
6363
features = ["xlib"]
6464

6565
[target.'cfg(windows)'.dependencies]
66-
windows-sys = { version = "0.59", features = ["Win32_Graphics_Gdi"], optional = true }
66+
windows-sys = { version = ">=0.52, <=0.59", features = ["Win32_Graphics_Gdi"], optional = true }
6767

6868
[build-dependencies]
6969
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.59"
14+
version = ">=0.52, <=0.59"
1515
features = ["Win32_Networking_WinSock"]
1616

1717
[dev-dependencies]

0 commit comments

Comments
 (0)