add a CI job to verify msrv is still correct

This commit is contained in:
Skgland
2022-03-12 19:02:34 +01:00
parent fcfa3beaa3
commit 5bd73741cf

View File

@@ -38,3 +38,13 @@ jobs:
with: with:
command: test command: test
args: --verbose --all --no-default-features --features num args: --verbose --all --no-default-features --features num
msrv:
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Install cargo-msrv
uses: baptiste0928/cargo-install@v1.1.0
with:
crate: cargo-msrv
- name: Verify MSRV
run: cargo msrv --verify