Skip to content

Commit

Permalink
add MSRV specific lock file
Browse files Browse the repository at this point in the history
Signed-off-by: gruebel <[email protected]>
  • Loading branch information
gruebel committed Aug 3, 2024
1 parent d344fef commit 62435ac
Show file tree
Hide file tree
Showing 2 changed files with 713 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
with:
toolchain: ${{ matrix.rust }}

- if: matrix.rust == '1.67.1'
name: Use MSRV lock file
run: cp Cargo.lock.msrv Cargo.lock

- name: Build
run: cargo build --verbose

Expand Down
Loading

0 comments on commit 62435ac

Please sign in to comment.