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 4a28995 commit 2011ddbCopy full SHA for 2011ddb
.github/workflows/main.yml
@@ -119,7 +119,7 @@ jobs:
119
- name: Install cargo-semver-checks
120
run: |
121
mkdir installed-bins
122
- curl -Lf https://github.com/obi1kenobi/cargo-semver-checks/releases/download/v0.43.0/cargo-semver-checks-x86_64-unknown-linux-gnu.tar.gz \
+ curl -Lf https://github.com/obi1kenobi/cargo-semver-checks/releases/download/v0.44.0/cargo-semver-checks-x86_64-unknown-linux-gnu.tar.gz \
123
| tar -xz --directory=./installed-bins
124
echo `pwd`/installed-bins >> $GITHUB_PATH
125
- run: cargo semver-checks --workspace
0 commit comments