diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bcc60d0..16f461d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -140,7 +140,7 @@ jobs: strategy: matrix: crate: [cargo-rhack] - msrv: [1.65.0] + msrv: [1.74.1] steps: - uses: actions/checkout@v4 @@ -155,7 +155,7 @@ jobs: tool: cargo-hack - name: Run Cargo Hack - run: cargo hack check --rust-version -p ${{ matrix.crate }} + run: cargo +${{ matrix.msrv }} hack check --rust-version -p ${{ matrix.crate }} powerset: # cargo-hack checks combinations of feature flags to ensure that features are all additive