Add --locked flag to Cargo install

Using the `--locked` flag prevents installation failures when dependencies have broken updates.

All references are replaced.
This commit is contained in:
Allan
2024-11-18 09:22:56 -05:00
parent 13ce9e4f64
commit 00bc3b054d
11 changed files with 12 additions and 12 deletions

View File

@ -56,7 +56,7 @@ Help from the community to make sure they get tested and improved so they can be
The Nushell team only provides a select few distribution sources and so far encourages community members to maintain the individual packages for particular package managers:
We provide:
- source code distribution via `crates.io` -> `cargo install nu`
- source code distribution via `crates.io` -> `cargo install nu --locked`
- GitHub builds with each release: (following the build matrix of the nightly builds)
- the setup for `winget` packaging