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 9859f6e commit b36f34fCopy full SHA for b36f34f
.github/workflows/main.yml
@@ -104,7 +104,7 @@ jobs:
104
- name: Install cargo-semver-checks
105
run: |
106
mkdir installed-bins
107
- curl -Lf https://github.com/obi1kenobi/cargo-semver-checks/releases/download/v0.24.0/cargo-semver-checks-x86_64-unknown-linux-gnu.tar.gz \
+ curl -Lf https://github.com/obi1kenobi/cargo-semver-checks/releases/download/v0.29.0/cargo-semver-checks-x86_64-unknown-linux-gnu.tar.gz \
108
| tar -xz --directory=./installed-bins
109
echo `pwd`/installed-bins >> $GITHUB_PATH
110
- run: ci/validate-version-bump.sh
0 commit comments