Merge pull request #2864 from rust-lang/renovate/cargo-semver-checks-0.x

Update cargo-semver-checks to v0.44.0
This commit is contained in:
Eric Huss 2025-09-26 21:33:50 +00:00 committed by GitHub
commit b4c53b9e9c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -119,7 +119,7 @@ jobs:
- name: Install cargo-semver-checks - name: Install cargo-semver-checks
run: | run: |
mkdir installed-bins mkdir installed-bins
curl -Lf https://github.com/obi1kenobi/cargo-semver-checks/releases/download/v0.43.0/cargo-semver-checks-x86_64-unknown-linux-gnu.tar.gz \ curl -Lf https://github.com/obi1kenobi/cargo-semver-checks/releases/download/v0.44.0/cargo-semver-checks-x86_64-unknown-linux-gnu.tar.gz \
| tar -xz --directory=./installed-bins | tar -xz --directory=./installed-bins
echo `pwd`/installed-bins >> $GITHUB_PATH echo `pwd`/installed-bins >> $GITHUB_PATH
- run: cargo semver-checks --workspace - run: cargo semver-checks --workspace