Skip to content

Commit 60854d8

Browse files
authored
Merge pull request #1595 from pbor/windows
windows: use a range for windows-rs dependency
2 parents a86c721 + e4bb895 commit 60854d8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
env:
1616
# git revision of gvsbuild we use for to build GLib and the other dependencies
17-
gvsbuildref: bb1d2691d25c7bb1239118a907c8e21b1aa24e03
17+
gvsbuildref: 230e1074047b9654b76217c5d48b10c726fbe0f6
1818

1919
# bump this number if you want to force a rebuild of gvsbuild with the same revision
2020
gvsbuildupdate: 1

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)