Set CI to use an older version of nightly

- Needed until https://github.com/rust-lang/rust/issues/105037 is fixed.
This commit is contained in:
BGluth 2022-11-28 17:47:31 -07:00
parent d527073416
commit da23fb116b

View File

@ -24,7 +24,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: nightly-2022-11-23
override: true
- name: rust-cache
@ -60,7 +60,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: nightly-2022-11-23
override: true
components: rustfmt, clippy