Merge another msrv workflow

This commit is contained in:
Jon Gjengset 2022-09-17 12:37:03 -07:00
parent 9b48ae3263
commit b60aa5589a

View file

@ -10,10 +10,10 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.48.0 # nom 7
toolchain: 1.56.0 # 2021 edition requires 1.56
override: true
- uses: actions/checkout@v2
- name: cargo +1.48.0 check
- name: cargo +1.56.0 check
uses: actions-rs/cargo@v1
with:
command: check