Skip to content

Commit 409d55d

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bors.yml

+1-1
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

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)