Skip to content

Commit

Permalink
Use Cargo.lock.msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Oct 7, 2023
1 parent 86f68a6 commit d21e126
Show file tree
Hide file tree
Showing 2 changed files with 261 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
259 changes: 259 additions & 0 deletions Cargo.lock.msrv

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d21e126

Please sign in to comment.