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:
235235 - uses : actions/checkout@v2
236236 - name : Setup Rust toolchain
237237 # 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
239239 - name : Check breaking changes
240240 run : sh ci/semver.sh linux
241241
@@ -247,8 +247,8 @@ jobs:
247247 steps :
248248 - uses : actions/checkout@v2
249249 - 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
252252 - name : Check breaking changes
253253 run : sh ci/semver.sh macos
254254
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 --locked --git https://github.com/rust-lang/rust- semverver --rev 6d2403c219834d3a6c44cec093db820a0dbe5d21
19+ cargo install semverver --version=0.1.47
2020
2121TARGETS=
2222case " ${OS} " in
You can’t perform that action at this time.
0 commit comments