From b306d808fb1f2e75cbaede3d46637ddf3439c96b Mon Sep 17 00:00:00 2001 From: rustdesk Date: Wed, 27 Mar 2024 02:13:25 +0800 Subject: [PATCH] change to nightly-2023-12-28, the day of 1.75.0 --- .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 f621a983e..ecefb5b7b 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-${{ matrix.job.target }} # must use nightly here, because of abi_thiscall feature required + toolchain: nightly-2023-12-28-${{ matrix.job.target }} # must use nightly here, because of abi_thiscall feature required targets: ${{ matrix.job.target }} components: "rustfmt"