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.
2 parents 2546c8c + 9799326 commit 1c00395Copy full SHA for 1c00395
.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.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 \
123
| tar -xz --directory=./installed-bins
124
echo `pwd`/installed-bins >> $GITHUB_PATH
125
- run: cargo semver-checks --workspace
0 commit comments