Skip to content

Commit 12d00dc

Browse files
committed
chore(ci): cargo-semver-checks to 0.32.0
1 parent 33c75e6 commit 12d00dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
- name: Install cargo-semver-checks
112112
run: |
113113
mkdir installed-bins
114-
curl -Lf https://github.com/obi1kenobi/cargo-semver-checks/releases/download/v0.31.0/cargo-semver-checks-x86_64-unknown-linux-gnu.tar.gz \
114+
curl -Lf https://github.com/obi1kenobi/cargo-semver-checks/releases/download/v0.32.0/cargo-semver-checks-x86_64-unknown-linux-gnu.tar.gz \
115115
| tar -xz --directory=./installed-bins
116116
echo `pwd`/installed-bins >> $GITHUB_PATH
117117
- run: ci/validate-version-bump.sh

0 commit comments

Comments
 (0)