Fix missing locked arg in cargo install (#10374)
Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
This commit is contained in:
parent
1c62a28ef3
commit
77baba3122
@ -237,7 +237,9 @@ prebuild)
|
|||||||
|
|
||||||
# Install rust bridge generator
|
# Install rust bridge generator
|
||||||
|
|
||||||
cargo install cargo-expand
|
cargo install \
|
||||||
|
cargo-expand \
|
||||||
|
--locked
|
||||||
cargo install flutter_rust_bridge_codegen \
|
cargo install flutter_rust_bridge_codegen \
|
||||||
--version "${FLUTTER_RUST_BRIDGE_VERSION}" \
|
--version "${FLUTTER_RUST_BRIDGE_VERSION}" \
|
||||||
--features "uuid" \
|
--features "uuid" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user