bump nightly versions (#306)

This commit is contained in:
Jeremy Lempereur 2021-02-03 12:08:29 +01:00 committed by GitHub
parent fbcc301667
commit c7eb00f9aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ jobs:
- name: Install
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2020-06-22
toolchain: nightly-2021-01-01
override: true
- uses: davidB/rust-cargo-make@v1
with:

View File

@ -15,7 +15,7 @@ jobs:
- name: Install
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2020-03-08
toolchain: nightly-2021-01-01
override: true
- uses: davidB/rust-cargo-make@v1
with: