Skip to content

Commit

Permalink
Ship our own Cargo.lock for MSRV builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sdroege committed Jun 17, 2024
1 parent 53e4cab commit 7fb8afc
Show file tree
Hide file tree
Showing 2 changed files with 2,243 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ jobs:
run: |
sudo apt-get install libssl-dev
- name: Use MSRV Cargo.lock
run: cp Cargo.lock.msrv Cargo.lock

- name: Check
run: cargo check

Expand Down
Loading

0 comments on commit 7fb8afc

Please sign in to comment.