From 3ec7c797e56a3bdffa9194e685ee83e1c21831c4 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Tue, 31 Jan 2023 14:03:53 +1100 Subject: [PATCH] deps(ci): use v0.17.0 of `cargo semver-checks` (#3401) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96609f36..fdd7856e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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