Skip to content

Commit b540e1b

Browse files
Update semverver version used in CI
1 parent 037806f commit b540e1b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/bors.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ jobs:
258258
- uses: actions/checkout@v2
259259
- name: Setup Rust toolchain
260260
# Should update the semverver revision in semver.sh if we touch nightly ver.
261-
run: TOOLCHAIN=nightly-2021-07-23 sh ./ci/install-rust.sh
261+
run: TOOLCHAIN=nightly-2021-09-30 sh ./ci/install-rust.sh
262262
- name: Check breaking changes
263263
run: sh ci/semver.sh linux
264264

@@ -270,7 +270,7 @@ jobs:
270270
- uses: actions/checkout@v2
271271
- name: Setup Rust toolchain
272272
# Pin nightly version to make semverver compilable.
273-
run: TOOLCHAIN=nightly-2021-07-23 sh ./ci/install-rust.sh
273+
run: TOOLCHAIN=nightly-2021-09-30 sh ./ci/install-rust.sh
274274
- name: Check breaking changes
275275
run: sh ci/semver.sh macos
276276

ci/semver.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fi
1616
rustup component add rustc-dev llvm-tools-preview
1717

1818
# Should update the nightly version in bors CI config if we touch this.
19-
cargo install semverver --version=0.1.47
19+
cargo install semverver --version=0.1.48
2020

2121
TARGETS=
2222
case "${OS}" in

0 commit comments

Comments
 (0)