File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ jobs:
235
235
- uses : actions/checkout@v2
236
236
- name : Setup Rust toolchain
237
237
# 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
239
239
- name : Check breaking changes
240
240
run : sh ci/semver.sh linux
241
241
@@ -252,7 +252,7 @@ jobs:
252
252
- uses : actions/checkout@v2
253
253
- name : Setup Rust toolchain
254
254
# 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
256
256
- name : Check breaking changes
257
257
run : sh ci/semver.sh macos
258
258
You can’t perform that action at this time.
0 commit comments