Fix missing locked arg in cargo install (#10374)

Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
This commit is contained in:
Vasyl Gello 2024-12-26 09:54:46 +02:00 committed by GitHub
parent 1c62a28ef3
commit 77baba3122
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -237,7 +237,9 @@ prebuild)
# Install rust bridge generator
cargo install cargo-expand
cargo install \
cargo-expand \
--locked
cargo install flutter_rust_bridge_codegen \
--version "${FLUTTER_RUST_BRIDGE_VERSION}" \
--features "uuid" \