chore: update CI to install and verify cargo-msrv (#1706)

This commit is contained in:
Matthias Endler 2025-05-18 02:02:35 +02:00 committed by GitHub
parent 00118965bd
commit 973b2aa5e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,10 +49,12 @@ jobs:
command: clippy
args: --all-targets --all-features -- -D warnings
- uses: cargo-bins/cargo-binstall@main
- name: Install cargo-msrv
run: cargo binstall --no-confirm --force cargo-msrv
- name: Check cargo-msrv version
run: cargo msrv --version
- name: Verify the MSRV
run: |
cargo binstall --no-confirm cargo-msrv
make verify
run: make verify
publish-check:
runs-on: ubuntu-latest