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 @@ -235,7 +235,7 @@ jobs:
235235 - uses : actions/checkout@v2
236236 - name : Setup Rust toolchain
237237 # FIXME: Pin nightly version to make semverver compilable.
238- run : TOOLCHAIN=nightly-2020-06-18 sh ./ci/install-rust.sh
238+ run : TOOLCHAIN=nightly-2020-11-19 sh ./ci/install-rust.sh
239239 - name : Check breaking changes
240240 run : sh ci/semver.sh linux
241241
@@ -252,7 +252,7 @@ jobs:
252252 - uses : actions/checkout@v2
253253 - name : Setup Rust toolchain
254254 # FIXME: Pin nightly version to make semverver compilable.
255- run : TOOLCHAIN=nightly-2020-06-18 sh ./ci/install-rust.sh
255+ run : TOOLCHAIN=nightly-2020-11-19 sh ./ci/install-rust.sh
256256 - name : Check breaking changes
257257 run : sh ci/semver.sh macos
258258
Original file line number Diff line number Diff line change 1515
1616rustup component add rustc-dev llvm-tools-preview
1717
18- # FIXME: Use upstream once it gets rustup.
19- cargo install semververfork
18+ cargo install semverver
2019
2120TARGETS=
2221case " ${OS} " in
@@ -71,6 +70,5 @@ for TARGET in $TARGETS; do
7170 sleep 1
7271 done
7372
74- # FIXME: Use upstream once it gets rustup.
75- cargo semverfork --api-guidelines --target=" ${TARGET} "
73+ cargo semver --api-guidelines --target=" ${TARGET} "
7674done
You can’t perform that action at this time.
0 commit comments