Skip to content

Commit

Permalink
Switch MSRV checker to cargo msrv (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
Finomnis authored Nov 3, 2023
1 parent 491ddcb commit 18c9c0b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,15 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v3

- name: Install MSRV toolchain
uses: dtolnay/rust-toolchain@1.63.0
- name: Install cargo-msrv
uses: taiki-e/install-action@v2
with:
tool: cargo-msrv

#- uses: Swatinem/rust-cache@v1

- name: Run cargo build
run: cargo build
- name: Check MSRV
run: cargo msrv verify

lints:
name: Lints
Expand Down

0 comments on commit 18c9c0b

Please sign in to comment.