deps(ci): use v0.17.0 of cargo semver-checks (#3401)

This commit is contained in:
Thomas Eizinger 2023-01-31 14:03:53 +11:00 committed by GitHub
parent fb64c3dfdb
commit 3ec7c797e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,7 +76,7 @@ jobs:
- name: Check public API for semver violations
if: steps.check-released.outputs.code == 200 # Workaround until https://github.com/obi1kenobi/cargo-semver-check/issues/146 is shipped.
run: |
wget -q -O- https://github.com/obi1kenobi/cargo-semver-checks/releases/download/v0.16.2/cargo-semver-checks-x86_64-unknown-linux-gnu.tar.gz | tar -xz -C ~/.cargo/bin
wget -q -O- https://github.com/obi1kenobi/cargo-semver-checks/releases/download/v0.17.1/cargo-semver-checks-x86_64-unknown-linux-gnu.tar.gz | tar -xz -C ~/.cargo/bin
cargo semver-checks check-release -p ${{ matrix.crate }}
- name: Enforce no dependency on meta crate