Skip to content

Commit

Permalink
Check in a Cargo.lock for MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Sep 27, 2023
1 parent 60c3e6b commit 3794841
Show file tree
Hide file tree
Showing 2 changed files with 216 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.48.0
- name: Check
- name: Restore MSRV Lock
run: cp Cargo.lock.msrv Cargo.lock
- name: Test
run: make test

test-stable-macos:
Expand All @@ -52,7 +54,9 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.56.0
- name: Check
- name: Restore MSRV Lock
run: cp Cargo.lock.msrv Cargo.lock
- name: Test
run: make test

test-stable-windows:
Expand All @@ -64,5 +68,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.48.0
- name: Check
- name: Restore MSRV Lock
run: cp Cargo.lock.msrv Cargo.lock
- name: Test
run: make test
207 changes: 207 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 3794841

Please sign in to comment.