From 5bd73741cf1499470ae25a7cffb7d23bc8790b14 Mon Sep 17 00:00:00 2001 From: Skgland Date: Sat, 12 Mar 2022 19:02:34 +0100 Subject: [PATCH] add a CI job to verify msrv is still correct --- .github/workflows/test.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ddb8e61d..be88ab6f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,3 +38,13 @@ jobs: with: command: test 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 -- 2.54.0