Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix ci by committing Cargo.lock for MSRV
Added a Cargo.lock file for MSRV support to pin once_cell back to 1.14.0 artifically with `cargo update -p once_cell --precise 1.14.0` since it broke MSRV compat. See matklad/once_cell#201 for details and why it'll remain broken.
- Loading branch information