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:
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
You can’t perform that action at this time.
0 commit comments