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.
1 parent 848e5a2 commit 9b91ef0Copy full SHA for 9b91ef0
.github/workflows/main.yml
@@ -102,7 +102,7 @@ jobs:
102
- name: Install cargo-semver-checks
103
run: |
104
mkdir installed-bins
105
- curl -Lf https://github.com/obi1kenobi/cargo-semver-checks/releases/download/v0.41.0/cargo-semver-checks-x86_64-unknown-linux-gnu.tar.gz \
+ curl -Lf https://github.com/obi1kenobi/cargo-semver-checks/releases/download/v0.42.0/cargo-semver-checks-x86_64-unknown-linux-gnu.tar.gz \
106
| tar -xz --directory=./installed-bins
107
echo `pwd`/installed-bins >> $GITHUB_PATH
108
- run: ci/validate-version-bump.sh
0 commit comments