From 8be00cadcbed0a97cdf4273de6a2b279ea08dfbb Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev <48208649+miketimofeev@users.noreply.github.com> Date: Mon, 25 Jan 2021 19:55:35 +0300 Subject: [PATCH] [macos] add locked file for Cargo (#2544) --- images/macos/provision/core/rust.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/macos/provision/core/rust.sh b/images/macos/provision/core/rust.sh index 65c64354c..d60bcf0dc 100644 --- a/images/macos/provision/core/rust.sh +++ b/images/macos/provision/core/rust.sh @@ -12,7 +12,7 @@ CARGO_HOME=$HOME/.cargo echo Install common tools... rustup component add rustfmt clippy -cargo install bindgen cbindgen cargo-audit cargo-outdated +cargo install --locked bindgen cbindgen cargo-audit cargo-outdated echo Cleanup Cargo registry cached data... rm -rf $CARGO_HOME/registry/*