Skip to content

Commit

Permalink
Use latest cargo-msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Mar 22, 2024
1 parent 24e6c6a commit cb5ff94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@ jobs:
- name: Install cargo-msrv
uses: taiki-e/install-action@v2
with:
tool: cargo-msrv
tool: cargo-msrv@0.16.0-beta.20
- uses: actions-rs/cargo@v1
with:
command: msrv
args: -- 'cargo check --all-features --all-targets'
args: verify -- 'cargo check --all-features --all-targets'

# test-coverage:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit cb5ff94

Please sign in to comment.