Merge another msrv workflow

This commit is contained in:
Jon Gjengset 2022-09-17 12:37:31 -07:00
parent b60aa5589a
commit 1113c895d8

View file

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