use certain nightly version

This commit is contained in:
Corwin Kuiper 2021-04-21 19:28:55 +01:00
parent 3b823f5b30
commit 77fd9f810b

View file

@ -25,7 +25,7 @@ jobs:
- name: Nightly rust with required components
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: nightly-2021-04-20
components: clippy, rust-src
override: true