File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ jobs:
258
258
- uses : actions/checkout@v2
259
259
- name : Setup Rust toolchain
260
260
# Should update the semverver revision in semver.sh if we touch nightly ver.
261
- run : TOOLCHAIN=nightly-2021-07-23 sh ./ci/install-rust.sh
261
+ run : TOOLCHAIN=nightly-2021-09-30 sh ./ci/install-rust.sh
262
262
- name : Check breaking changes
263
263
run : sh ci/semver.sh linux
264
264
@@ -270,7 +270,7 @@ jobs:
270
270
- uses : actions/checkout@v2
271
271
- name : Setup Rust toolchain
272
272
# Pin nightly version to make semverver compilable.
273
- run : TOOLCHAIN=nightly-2021-07-23 sh ./ci/install-rust.sh
273
+ run : TOOLCHAIN=nightly-2021-09-30 sh ./ci/install-rust.sh
274
274
- name : Check breaking changes
275
275
run : sh ci/semver.sh macos
276
276
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.47
19
+ cargo install semverver --version=0.1.48
20
20
21
21
TARGETS=
22
22
case " ${OS} " in
You can’t perform that action at this time.
0 commit comments