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 @@ -238,7 +238,7 @@ jobs:
238
238
- uses : actions/checkout@v2
239
239
- name : Setup Rust toolchain
240
240
# Should update the semverver revision in semver.sh if we touch nightly ver.
241
- run : TOOLCHAIN=nightly-2020-11-19 sh ./ci/install-rust.sh
241
+ run : TOOLCHAIN=nightly-2021-05-21 sh ./ci/install-rust.sh
242
242
- name : Check breaking changes
243
243
run : sh ci/semver.sh linux
244
244
@@ -253,7 +253,7 @@ jobs:
253
253
- uses : actions/checkout@v2
254
254
- name : Setup Rust toolchain
255
255
# FIXME: Pin nightly version to make semverver compilable.
256
- run : TOOLCHAIN=nightly-2020-11-19 sh ./ci/install-rust.sh
256
+ run : TOOLCHAIN=nightly-2021-05-21 sh ./ci/install-rust.sh
257
257
- name : Check breaking changes
258
258
run : sh ci/semver.sh macos
259
259
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 71c340ff867d2f79613cfe02c6714f1d2ef00bc4
19
+ cargo install --locked --git https://github.com/rust-lang/rust-semverver --rev 6d2403c219834d3a6c44cec093db820a0dbe5d21
20
20
21
- # FIXME: Replace `x86_64-sun-solaris` with `x86_64-pc-solaris`
22
- # when we update the nightly date for semverver to nightly-2021-03-02 or later.
23
21
TARGETS=
24
22
case " ${OS} " in
25
23
* linux* )
@@ -41,7 +39,7 @@ x86_64-unknown-freebsd \
41
39
x86_64-unknown-linux-gnu \
42
40
x86_64-unknown-linux-musl \
43
41
x86_64-unknown-netbsd \
44
- x86_64-sun -solaris \
42
+ x86_64-pc -solaris \
45
43
x86_64-fuchsia \
46
44
x86_64-pc-windows-gnu \
47
45
x86_64-unknown-linux-gnux32 \
You can’t perform that action at this time.
0 commit comments