Skip to content

Commit 9f68d56

Browse files
committed
chore: bump to cargo-semver-checks 0.24.0 to support rustdoc json v27
1 parent cb27267 commit 9f68d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
- name: Install cargo-semver-checks
9999
run: |
100100
mkdir installed-bins
101-
curl -Lf https://github.com/obi1kenobi/cargo-semver-checks/releases/download/v0.22.1/cargo-semver-checks-x86_64-unknown-linux-gnu.tar.gz \
101+
curl -Lf https://github.com/obi1kenobi/cargo-semver-checks/releases/download/v0.24.0/cargo-semver-checks-x86_64-unknown-linux-gnu.tar.gz \
102102
| tar -xz --directory=./installed-bins
103103
echo `pwd`/installed-bins >> $GITHUB_PATH
104104
- run: ci/validate-version-bump.sh

0 commit comments

Comments
 (0)