Skip to content

Commit

Permalink
ci: Add Cargo.lock that works with Rust 1.31 (MSRV)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdroege committed Aug 16, 2024
1 parent a0aa223 commit 8357ef4
Show file tree
Hide file tree
Showing 2 changed files with 17 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 @@ -27,6 +27,9 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
- name: Use MSRV Cargo.lock
run: cp Cargo.lock.msrv Cargo.lock
if: matrix.rust.toolchain == '1.31.0'
- name: cargo fmt --all -- --check
run: |
rustup component add rustfmt-preview
Expand Down
14 changes: 14 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 8357ef4

Please sign in to comment.