Skip to content

Commit

Permalink
ci: fix missing version in msrv test
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Mar 17, 2024
1 parent 12787ff commit 53c5d5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
strategy:
matrix:
crate: [cargo-rhack]
msrv: [1.65.0]
msrv: [1.74.1]
steps:
- uses: actions/checkout@v4

Expand All @@ -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
Expand Down

0 comments on commit 53c5d5b

Please sign in to comment.