Fix nightly version in CI

This commit is contained in:
Robin Salen 2023-07-06 11:28:42 -04:00
parent dbb2358709
commit 6bd575d153
No known key found for this signature in database
GPG Key ID: FB87BACFB3CB2007

View File

@ -24,7 +24,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: nightly-2023-06-30
override: true
- name: rust-cache
@ -62,7 +62,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: nightly-2023-06-30
override: true
components: rustfmt, clippy