Skip to content

Commit 1cbcb4f

Browse files
committed
Auto merge of #14062 - epage:semver, r=weihanglo
chore(ci): Upgrade cargo-semver-checks This should work with the new rustdoc json output e.g. see CI failure in #14061
2 parents ebb6a36 + 2bd147f commit 1cbcb4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
- name: Install cargo-semver-checks
112112
run: |
113113
mkdir installed-bins
114-
curl -Lf https://github.com/obi1kenobi/cargo-semver-checks/releases/download/v0.29.0/cargo-semver-checks-x86_64-unknown-linux-gnu.tar.gz \
114+
curl -Lf https://github.com/obi1kenobi/cargo-semver-checks/releases/download/v0.31.0/cargo-semver-checks-x86_64-unknown-linux-gnu.tar.gz \
115115
| tar -xz --directory=./installed-bins
116116
echo `pwd`/installed-bins >> $GITHUB_PATH
117117
- run: ci/validate-version-bump.sh

0 commit comments

Comments
 (0)