File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ jobs:
234
234
github_token : " ${{ secrets.GITHUB_TOKEN }}"
235
235
- uses : actions/checkout@v2
236
236
- 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 .
238
238
run : TOOLCHAIN=nightly-2020-11-19 sh ./ci/install-rust.sh
239
239
- name : Check breaking changes
240
240
run : sh ci/semver.sh linux
Original file line number Diff line number Diff line change 15
15
16
16
rustup component add rustc-dev llvm-tools-preview
17
17
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
19
20
20
21
TARGETS=
21
22
case " ${OS} " in
You can’t perform that action at this time.
0 commit comments