Add MSRV check to CI

This commit is contained in:
Maybe Waffle 2022-04-18 22:15:13 +04:00
parent cf2004dcc2
commit 7c55ad535e

View file

@ -36,6 +36,7 @@ jobs:
- stable
- beta
- nightly
- msrv
include:
- rust: stable
@ -47,6 +48,9 @@ jobs:
- rust: nightly
toolchain: nightly-2022-01-17
features: "--all-features"
- rust: msrv
features: "--features full"
toolchain: "1.58.0"
steps:
- uses: actions/checkout@v1