Skip to content

Commit

Permalink
CI: Fix cargo-msrv check
Browse files Browse the repository at this point in the history
Some dependencies require newer versions of Rust than our MSRV if the
latest versions are installed. This adds `Cargo.lock` to the repo with
dependency versions that are compatible with our MSRV.
  • Loading branch information
danielparks committed Sep 5, 2024
1 parent ce63903 commit 07a7793
Show file tree
Hide file tree
Showing 2 changed files with 876 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
/matchgen_tests/target/*
!/matchgen_tests/target/iai
**/*.rs.bk
Cargo.lock
Loading

0 comments on commit 07a7793

Please sign in to comment.