Skip to content

Commit c81a20c

Browse files
committed
Bump CI
1 parent 27c5677 commit c81a20c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/opencv-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- windows-2022
6969
- macos-14
7070
vcpkg-version:
71-
- 2024.07.12
71+
- 2024.09.30
7272
runs-on: ${{ matrix.os-image }}
7373
env:
7474
VCPKG_VERSION: ${{ matrix.vcpkg-version }}

release.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ tag-name = "v{{version}}"
33
pre-release-replacements = [
44
{ file = "README.md", search = "opencv = \".*?\"", replace = "opencv = \"{{version}}\"" },
55
]
6+
pre-release-hook = ["docs/regen-docs.sh"]

0 commit comments

Comments
 (0)