Skip to content

Commit

Permalink
Auto merge of #14062 - epage:semver, r=weihanglo
Browse files Browse the repository at this point in the history
chore(ci): Upgrade cargo-semver-checks

This should work with the new rustdoc json output

e.g. see CI failure in #14061
  • Loading branch information
bors committed Jun 13, 2024
2 parents ebb6a36 + 2bd147f commit 1cbcb4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Install cargo-semver-checks
run: |
mkdir installed-bins
curl -Lf https://github.com/obi1kenobi/cargo-semver-checks/releases/download/v0.29.0/cargo-semver-checks-x86_64-unknown-linux-gnu.tar.gz \
curl -Lf https://github.com/obi1kenobi/cargo-semver-checks/releases/download/v0.31.0/cargo-semver-checks-x86_64-unknown-linux-gnu.tar.gz \
| tar -xz --directory=./installed-bins
echo `pwd`/installed-bins >> $GITHUB_PATH
- run: ci/validate-version-bump.sh
Expand Down

0 comments on commit 1cbcb4f

Please sign in to comment.