Skip to content

Commit efdd7b8

Browse files
committed
Update semverver to 0.1.50
1 parent e534fd8 commit efdd7b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/bors.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ jobs:
283283
- uses: actions/checkout@v3
284284
- name: Setup Rust toolchain
285285
# Should update the semverver revision in semver.sh if we touch nightly ver.
286-
run: TOOLCHAIN=nightly-2021-09-30 sh ./ci/install-rust.sh
286+
run: TOOLCHAIN=nightly-2022-05-23 sh ./ci/install-rust.sh
287287
- name: Check breaking changes
288288
run: sh ci/semver.sh linux
289289

@@ -296,7 +296,7 @@ jobs:
296296
- uses: actions/checkout@v3
297297
- name: Setup Rust toolchain
298298
# Pin nightly version to make semverver compilable.
299-
run: TOOLCHAIN=nightly-2021-09-30 sh ./ci/install-rust.sh
299+
run: TOOLCHAIN=nightly-2022-05-23 sh ./ci/install-rust.sh
300300
- name: Check breaking changes
301301
run: sh ci/semver.sh macos
302302

ci/semver.sh

Lines changed: 1 addition & 1 deletion
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.48
19+
cargo install semverver --version=0.1.50
2020

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

0 commit comments

Comments
 (0)