Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
--locked
in docs for how to install libcnb-cargo (#734)
By default `cargo install` will not use any lockfile in the published crate, and instead will install the latest in-range version of any transitive dependencies. By using `--locked` the lockfile will be used, ensuring a more deterministic installation. Note: Whilst this repo intentionally doesn't commit a lockfile to Git (since this is a library crate), Cargo will include one in the crate uploaded to crates.io at time of publish, so `--locked` will still work. See: https://doc.rust-lang.org/cargo/commands/cargo-install.html#dealing-with-the-lockfile
- Loading branch information