Skip to content

Commit 19a9add

Browse files
committed
Auto merge of #1981 - JohnTitor:semver-nightly, r=JohnTitor
Use the newer nightly to fix the build
2 parents c9fb51b + 2b1e6a1 commit 19a9add

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bors.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)