We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cargo-semver-checks
1 parent cb27267 commit 9f68d56Copy full SHA for 9f68d56
.github/workflows/main.yml
@@ -98,7 +98,7 @@ jobs:
98
- name: Install cargo-semver-checks
99
run: |
100
mkdir installed-bins
101
- curl -Lf https://github.com/obi1kenobi/cargo-semver-checks/releases/download/v0.22.1/cargo-semver-checks-x86_64-unknown-linux-gnu.tar.gz \
+ curl -Lf https://github.com/obi1kenobi/cargo-semver-checks/releases/download/v0.24.0/cargo-semver-checks-x86_64-unknown-linux-gnu.tar.gz \
102
| tar -xz --directory=./installed-bins
103
echo `pwd`/installed-bins >> $GITHUB_PATH
104
- run: ci/validate-version-bump.sh
0 commit comments