Merge another msrv workflow
This commit is contained in:
parent
9b48ae3263
commit
b60aa5589a
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue