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 @@ -258,7 +258,7 @@ jobs:
258258 - uses : actions/checkout@v2
259259 - name : Setup Rust toolchain
260260 # 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
262262 - name : Check breaking changes
263263 run : sh ci/semver.sh linux
264264
@@ -270,7 +270,7 @@ jobs:
270270 - uses : actions/checkout@v2
271271 - name : Setup Rust toolchain
272272 # 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
274274 - name : Check breaking changes
275275 run : sh ci/semver.sh macos
276276
Original file line number Diff line number Diff line change 1616rustup component add rustc-dev llvm-tools-preview
1717
1818# 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
2020
2121TARGETS=
2222case " ${OS} " in
You can’t perform that action at this time.
0 commit comments