updated rust toolchain to 1.0.7

This commit is contained in:
2023-09-22 17:03:24 -05:00
parent fcd3a8aa3b
commit a686ee4f63

View File

@@ -66,7 +66,7 @@ jobs:
# mv -Force engine/* C:/hostedtoolcache/windows/flutter/stable-${{ env.FLUTTER_VERSION }}-x64/bin/cache/artifacts/engine/windows-x64-release/
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
uses: actions-rs/toolchain@v1.0.7
with:
toolchain: stable
target: ${{ matrix.job.target }}