diff --git a/.github/workflows/flutter-ci.yml b/.github/workflows/flutter-ci.yml index cae5b82c7..5eda9ad18 100644 --- a/.github/workflows/flutter-ci.yml +++ b/.github/workflows/flutter-ci.yml @@ -62,7 +62,7 @@ jobs: - name: Install Rust toolchain uses: actions-rs/toolchain@v1 with: - toolchain: "1.62" + toolchain: stable target: ${{ matrix.job.target }} override: true components: rustfmt