diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b6e5c10..353cf2e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,7 +66,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: stable + toolchain: 1.71 - name: Install cross run: cargo install --version 0.2.5 cross - name: Use Compile Features For Embedded