Skip to content

add rust version and MSRV CI #2

add rust version and MSRV CI

add rust version and MSRV CI #2

Workflow file for this run

name: Check MSRV
on:
push:
branches:
- main
paths:
- src/**/*.rs
- Cargo.toml
pull_request:
branches:
- main
paths:
- src/**/*.rs
- Cargo.toml
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test-min-rust-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: baptiste0928/cargo-install@v2
with:
crate: cargo-msrv
- name: Verify minimum rust version
run: cargo-msrv verify