We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ebb6a36 + 2bd147f commit 1cbcb4fCopy full SHA for 1cbcb4f
.github/workflows/main.yml
@@ -111,7 +111,7 @@ jobs:
111
- name: Install cargo-semver-checks
112
run: |
113
mkdir installed-bins
114
- curl -Lf https://github.com/obi1kenobi/cargo-semver-checks/releases/download/v0.29.0/cargo-semver-checks-x86_64-unknown-linux-gnu.tar.gz \
+ curl -Lf https://github.com/obi1kenobi/cargo-semver-checks/releases/download/v0.31.0/cargo-semver-checks-x86_64-unknown-linux-gnu.tar.gz \
115
| tar -xz --directory=./installed-bins
116
echo `pwd`/installed-bins >> $GITHUB_PATH
117
- run: ci/validate-version-bump.sh
0 commit comments