Check MSRV in CI

This commit is contained in:
Dirkjan Ochtman 2023-10-17 14:49:34 +02:00
parent 21f41cc23c
commit 89604bc693
1 changed files with 9 additions and 0 deletions

View File

@ -47,6 +47,15 @@ jobs:
- run: cargo fmt --all -- --check
- run: cargo clippy --all-targets --all-features -- -D warnings
msrv:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.65.0
- run: cargo c --lib --all-features
audit:
runs-on: ubuntu-latest
steps: