File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ jobs:
283
283
- uses : actions/checkout@v3
284
284
- name : Setup Rust toolchain
285
285
# 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
287
287
- name : Check breaking changes
288
288
run : sh ci/semver.sh linux
289
289
@@ -296,7 +296,7 @@ jobs:
296
296
- uses : actions/checkout@v3
297
297
- name : Setup Rust toolchain
298
298
# 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
300
300
- name : Check breaking changes
301
301
run : sh ci/semver.sh macos
302
302
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 semverver --version=0.1.48
19
+ cargo install semverver --version=0.1.50
20
20
21
21
TARGETS=
22
22
case " ${OS} " in
You can’t perform that action at this time.
0 commit comments