feat(ci): use latest release of cargo semver-checks (#3380)

This commit is contained in:
Thomas Eizinger
2023-01-26 08:16:01 +11:00
committed by GitHub
parent a25ab7e444
commit 43909fa9b0

View File

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