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:
228
228
229
229
semver_linux :
230
230
name : Semver Linux
231
- needs : build_channels_linux
232
231
runs-on : ubuntu-20.04
233
232
continue-on-error : true
234
233
steps :
235
234
- uses : actions/checkout@v2
236
235
- name : Setup Rust toolchain
237
236
# 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
239
238
- name : Check breaking changes
240
239
run : sh ci/semver.sh linux
241
240
242
241
semver_macos :
243
242
name : Semver macOS
244
- needs : build_channels_macos
245
243
runs-on : macos-10.15
246
244
continue-on-error : true
247
245
steps :
248
246
- uses : actions/checkout@v2
249
247
- 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
252
250
- name : Check breaking changes
253
251
run : sh ci/semver.sh macos
254
252
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 --locked --git https://github.com/rust-lang/rust- semverver --rev 6d2403c219834d3a6c44cec093db820a0dbe5d21
19
+ cargo install semverver --version=0.1.47
20
20
21
21
TARGETS=
22
22
case " ${OS} " in
You can’t perform that action at this time.
0 commit comments