Skip to content

Commit 92c5621

Browse files
committed
Bump vcpkg in CI
1 parent 52d5738 commit 92c5621

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/opencv-rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,14 @@ jobs:
6767
- windows-2022
6868
- macos-14
6969
vcpkg-version:
70-
- 2025.01.13 # https://github.com/microsoft/vcpkg/releases
70+
- 2025.03.19 # https://github.com/microsoft/vcpkg/releases
7171
vcpkg-features-cache-key:
7272
- full
7373
vcpkg-features:
7474
- contrib,nonfree,ade,opencl
7575
include:
7676
- os-image: windows-2022
77-
vcpkg-version: 2025.01.13
77+
vcpkg-version: 2025.03.19
7878
vcpkg-features-cache-key: min
7979
vcpkg-features: contrib
8080
runs-on: ${{ matrix.os-image }}

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ rgb = { version = "0.8.20", default-features = false, features = ["argb"], optio
3333

3434
[target.'cfg(target_os = "windows")'.dependencies]
3535
# windows-0.60+ breaks the build in some cases: https://github.com/twistedfall/opencv-rust/issues/660
36-
windows = { version = "0.59", features = ["Win32_Graphics_Direct3D9", "Win32_Graphics_Direct3D10", "Win32_Graphics_Direct3D11"] }
36+
windows = { version = "0.61", features = ["Win32_Graphics_Direct3D9", "Win32_Graphics_Direct3D10", "Win32_Graphics_Direct3D11"] }
3737

3838
[build-dependencies]
3939
opencv-binding-generator = { version = "0.96.1", path = "binding-generator" }

0 commit comments

Comments
 (0)