feat: Add --locked to cargo install in release script

This commit is contained in:
Aleksey @soar Smyrnov 2025-06-17 02:10:39 -04:00 committed by GitHub
parent 085ee0135b
commit fdbd607132
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"