Skip to content

Commit

Permalink
Use Cargo.lock.msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Dec 9, 2024
1 parent 37e5744 commit d647dda
Show file tree
Hide file tree
Showing 2 changed files with 177 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
- uses: actions/checkout@v4
- name: Install toolchain
uses: dtolnay/[email protected]
- name: Use Cargo.lock.msrv
run: cp Cargo.lock.msrv Cargo.lock
- name: Test impl-tools-lib
run: cargo test --manifest-path lib/Cargo.toml --all-features --lib --tests
- name: Test impl-tools
Expand Down
175 changes: 175 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 d647dda

Please sign in to comment.