chore(ci): cargo-semver-checks to 0.32.0

This commit is contained in:
Weihang Lo 2024-07-15 20:20:33 -04:00
parent 33c75e66ef
commit 12d00dcf6f
No known key found for this signature in database
GPG Key ID: D7DBF189825E82E7

View File

@ -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.31.0/cargo-semver-checks-x86_64-unknown-linux-gnu.tar.gz \
curl -Lf https://github.com/obi1kenobi/cargo-semver-checks/releases/download/v0.32.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