Skip to content

Commit 1c00395

Browse files
authored
Merge pull request #2920 from rust-lang/renovate/cargo-semver-checks-0.x
Update cargo-semver-checks to v0.45.0
2 parents 2546c8c + 9799326 commit 1c00395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
- name: Install cargo-semver-checks
120120
run: |
121121
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 \
122+
curl -Lf https://github.com/obi1kenobi/cargo-semver-checks/releases/download/v0.45.0/cargo-semver-checks-x86_64-unknown-linux-gnu.tar.gz \
123123
| tar -xz --directory=./installed-bins
124124
echo `pwd`/installed-bins >> $GITHUB_PATH
125125
- run: cargo semver-checks --workspace

0 commit comments

Comments
 (0)