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