Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
readme: add
--locked
to cargo install
step
Our installation instructions don't currently work with Rust < 1.64 because `clap` updated their MSRV to 1.64, and `cargo install` without `--locked` bypasses `Cargo.lock` and selects the version of `clap` that needs Rust 1.64.
- Loading branch information