Use Cargo.lock.msrv
This commit is contained in:
parent
86f68a6394
commit
d21e126057
2 changed files with 261 additions and 0 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -24,5 +24,7 @@ jobs:
|
|||
- uses: dtolnay/rust-toolchain@master
|
||||
with:
|
||||
toolchain: 1.41.0
|
||||
- name: Use Cargo.lock.msrv
|
||||
run: cp Cargo.lock.msrv Cargo.lock
|
||||
- name: Test
|
||||
run: cargo check --all-features
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue