Bisect to determine MSRV.

This commit is contained in:
Isis Lovecruft 2021-09-13 22:38:34 +00:00
parent a32a92798a
commit a0a6c57f9e
No known key found for this signature in database
GPG key ID: AB41313533E8E812

View file

@ -71,14 +71,14 @@ jobs:
args: --features "serde"
msrv:
name: Current MSRV is 1.54
name: Current MSRV is 1.41
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.54
toolchain: 1.41
override: true
- uses: actions-rs/cargo@v1
with: