From bb17833541a75d728b8586ea1296231b47a72527 Mon Sep 17 00:00:00 2001 From: lucasliang Date: Wed, 10 Jan 2024 11:11:18 +0800 Subject: [PATCH] Revert "Fix compilation errors." This reverts commit 402da7af2c9660289407d33414b3f3ef5c1f144e. Signed-off-by: lucasliang --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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