[macos] add locked file for Cargo (#2544)

This commit is contained in:
Mikhail Timofeev
2021-01-25 19:55:35 +03:00
committed by GitHub
parent 7bfb39dac6
commit 8be00cadcb

View File

@@ -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/*