From b77add97db0eb39d3924e61e61a7f66f5a1d6fd4 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Wed, 27 Mar 2024 02:22:38 +0800 Subject: [PATCH] change to nightly-2023-10-13, the day of 1.2.3 --- .github/workflows/flutter-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flutter-build.yml b/.github/workflows/flutter-build.yml index ecefb5b7b..0cf2dd461 100644 --- a/.github/workflows/flutter-build.yml +++ b/.github/workflows/flutter-build.yml @@ -219,7 +219,7 @@ jobs: - name: Install Rust toolchain uses: dtolnay/rust-toolchain@v1 with: - toolchain: nightly-2023-12-28-${{ matrix.job.target }} # must use nightly here, because of abi_thiscall feature required + toolchain: nightly-2023-10-13-${{ matrix.job.target }} # must use nightly here, because of abi_thiscall feature required targets: ${{ matrix.job.target }} components: "rustfmt"