lower msrv to 1.43

This commit is contained in:
Robin Appelman 2021-02-23 22:32:46 +01:00
commit a3178f9993
2 changed files with 18 additions and 3 deletions

View file

@ -30,4 +30,19 @@ jobs:
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/cargo@v1
with:
command: test
command: test
msrv:
name: Check MSRV
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.43
override: true
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/cargo@v1
with:
command: check