Skip to content

Commit b687045

Browse files
committed
Auto merge of #14503 - tweag:cargo-semver-version, r=weihanglo
Bump ci's version of cargo-semver-version I just started seeing CI failures like this: ``` error: rustdoc format v33 for file /home/jneeman/tweag/cargo/target/semver-checks/local-cargo-0_83_0/target/semver-checks/target/doc/cargo.json is not supported ``` I think the issue is that the new rust version needs a new cargo-semver-checks, so this PR bumps the version of cargo-semver-checks in CI.
2 parents 8995f54 + 90fef7a commit b687045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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.32.0/cargo-semver-checks-x86_64-unknown-linux-gnu.tar.gz \
114+
curl -Lf https://github.com/obi1kenobi/cargo-semver-checks/releases/download/v0.35.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)