latest nightly in CI and rust-toolchain

This commit is contained in:
Nicholas Ward 2023-09-08 10:08:01 -07:00
parent 2f1ed95154
commit 967f7b1281
2 changed files with 3 additions and 2 deletions

View File

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

1
rust-toolchain Normal file
View File

@ -0,0 +1 @@
nightly