File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ jobs:
235
235
- uses : actions/checkout@v2
236
236
- name : Setup Rust toolchain
237
237
# 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
239
239
- name : Check breaking changes
240
240
run : sh ci/semver.sh linux
241
241
@@ -247,8 +247,8 @@ jobs:
247
247
steps :
248
248
- uses : actions/checkout@v2
249
249
- 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
252
252
- name : Check breaking changes
253
253
run : sh ci/semver.sh macos
254
254
Original file line number Diff line number Diff line change 16
16
rustup component add rustc-dev llvm-tools-preview
17
17
18
18
# 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
20
20
21
21
TARGETS=
22
22
case " ${OS} " in
You can’t perform that action at this time.
0 commit comments