mirror of
https://github.com/denisidoro/navi.git
synced 2026-01-22 18:07:11 +00:00
feat: Add --locked to cargo install in release script
This commit is contained in:
parent
085ee0135b
commit
fdbd607132
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