Skip to content

Commit

Permalink
Add Cargo.lock.msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Jan 20, 2025
1 parent 51bddd0 commit 80b1b61
Show file tree
Hide file tree
Showing 2 changed files with 4,556 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,15 @@ jobs:
include:
- os: ubuntu-latest
toolchain: "1.80.1"
variant: MSRV
- os: ubuntu-latest
toolchain: beta

steps:
- uses: actions/checkout@v4
- name: MSRV
if: ${{ matrix.variant == 'MSRV' }}
run: cp Cargo.lock.msrv Cargo.lock
- name: Install toolchain
uses: dtolnay/rust-toolchain@master
with:
Expand Down
Loading

0 comments on commit 80b1b61

Please sign in to comment.