Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
Cargo.lock
to the repo to fix flaky CI
Previously, CI was breaking "randomly" every time a dependency moved its MSRV beyond whatever is used to run in CI. To fix that, just commit the lockfile to git so that CI runs with a fixed set of dependencies. Also adds my own `rust-cache` for good measure :-)
- Loading branch information