File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -228,27 +228,25 @@ jobs:
228228
229229 semver_linux :
230230 name : Semver Linux
231- needs : build_channels_linux
232231 runs-on : ubuntu-20.04
233232 continue-on-error : true
234233 steps :
235234 - uses : actions/checkout@v2
236235 - name : Setup Rust toolchain
237236 # 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
237+ run : TOOLCHAIN=nightly-2021-07-23 sh ./ci/install-rust.sh
239238 - name : Check breaking changes
240239 run : sh ci/semver.sh linux
241240
242241 semver_macos :
243242 name : Semver macOS
244- needs : build_channels_macos
245243 runs-on : macos-10.15
246244 continue-on-error : true
247245 steps :
248246 - uses : actions/checkout@v2
249247 - 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
248+ # Pin nightly version to make semverver compilable.
249+ run : TOOLCHAIN=nightly-2021-07-23 sh ./ci/install-rust.sh
252250 - name : Check breaking changes
253251 run : sh ci/semver.sh macos
254252
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