Skip to content

Commit efbf320

Browse files
committed
Ship our own Cargo.lock for MSRV builds
1 parent 6ff28b3 commit efbf320

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ jobs:
112112
run: |
113113
sudo apt-get install libssl-dev
114114
115+
- name: Use MSRV Cargo.lock
116+
run: cp Cargo.lock.msrv Cargo.lock
117+
115118
- name: Check
116119
run: cargo check
117120

0 commit comments

Comments
 (0)