diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 76b5aa60..ea8a33e1 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -19,7 +19,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2022-11-03 + toolchain: nightly-2022-07-13 override: true components: rustfmt, clippy, rust-src - uses: Swatinem/rust-cache@v1 @@ -87,7 +87,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2022-11-03 + toolchain: nightly-2022-07-13 override: true components: llvm-tools-preview - uses: Swatinem/rust-cache@v1