Skip to content

Commit 21b4fcf

Browse files
committed
Upgrade semverver to 0.1.47
1 parent 87645ed commit 21b4fcf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/bors.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ jobs:
235235
- uses: actions/checkout@v2
236236
- name: Setup Rust toolchain
237237
# Should update the semverver revision in semver.sh if we touch nightly ver.
238-
run: TOOLCHAIN=nightly-2021-05-21 sh ./ci/install-rust.sh
238+
run: TOOLCHAIN=nightly-2021-07-23 sh ./ci/install-rust.sh
239239
- name: Check breaking changes
240240
run: sh ci/semver.sh linux
241241

@@ -247,8 +247,8 @@ jobs:
247247
steps:
248248
- uses: actions/checkout@v2
249249
- name: Setup Rust toolchain
250-
# FIXME: Pin nightly version to make semverver compilable.
251-
run: TOOLCHAIN=nightly-2021-05-21 sh ./ci/install-rust.sh
250+
# Pin nightly version to make semverver compilable.
251+
run: TOOLCHAIN=nightly-2021-07-23 sh ./ci/install-rust.sh
252252
- name: Check breaking changes
253253
run: sh ci/semver.sh macos
254254

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 --locked --git https://github.com/rust-lang/rust-semverver --rev 6d2403c219834d3a6c44cec093db820a0dbe5d21
19+
cargo install semverver --version=0.1.47
2020

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

0 commit comments

Comments
 (0)