Skip to content

Commit e67af59

Browse files
committed
Auto merge of #1983 - JohnTitor:rev, r=JohnTitor
Specify git revision to avoid breakage as possible on semverver
2 parents 84c12a4 + 908363d commit e67af59

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/bors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234
github_token: "${{ secrets.GITHUB_TOKEN }}"
235235
- uses: actions/checkout@v2
236236
- name: Setup Rust toolchain
237-
# FIXME: Pin nightly version to make semverver compilable.
237+
# Should update the semverver revision in semver.sh if we touch nightly ver.
238238
run: TOOLCHAIN=nightly-2020-11-19 sh ./ci/install-rust.sh
239239
- name: Check breaking changes
240240
run: sh ci/semver.sh linux

ci/semver.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ fi
1515

1616
rustup component add rustc-dev llvm-tools-preview
1717

18-
cargo install --git https://github.com/rust-dev-tools/rust-semverver
18+
# Should update the nightly version in bors CI config if we touch this.
19+
cargo install --git https://github.com/rust-lang/rust-semverver --rev 71c340ff867d2f79613cfe02c6714f1d2ef00bc4
1920

2021
TARGETS=
2122
case "${OS}" in

0 commit comments

Comments
 (0)