mirror of
https://github.com/denisidoro/navi.git
synced 2026-01-23 02:14:19 +00:00
Merge pull request #983 from soar/feature/use-cargo-install-locked
feat: Add `--locked` to `cargo install` in release script
This commit is contained in:
commit
822b3ea3ba
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ release() {
|
|||
### Since the default behaviour of cross is to compile from
|
||||
### a rustup target if it doesn't find one for itself.
|
||||
rustup target add $env_target
|
||||
cargo install cross
|
||||
cargo install cross --locked
|
||||
|
||||
### We're building the release via cross for the target environment
|
||||
cross build --release --target "$env_target"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue