diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 100c23cac9..71e61b95f2 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -111,7 +111,7 @@ jobs: uses: dtolnay/rust-toolchain@nightly - uses: Swatinem/rust-cache@v2 - name: Select minimal version - run: cargo +nightly update -Z direct-minimal-versions + run: cargo +nightly update -Z minimal-versions - name: Run tests run: > cargo +${{ env.MSRV }}