This commit is contained in:
@@ -12,9 +12,7 @@ CARGO_HOME=$HOME/.cargo
|
|||||||
|
|
||||||
echo Install common tools...
|
echo Install common tools...
|
||||||
rustup component add rustfmt clippy
|
rustup component add rustfmt clippy
|
||||||
cargo install --locked bindgen cbindgen cargo-outdated
|
cargo install --locked bindgen cbindgen cargo-audit cargo-outdated
|
||||||
# Temporary hardcode cargo-audit 0.14.1 as 0.15.0 is broken https://docs.rs/crate/cargo-audit/0.15.0
|
|
||||||
cargo install cargo-audit --version 0.14.1
|
|
||||||
|
|
||||||
echo Cleanup Cargo registry cached data...
|
echo Cleanup Cargo registry cached data...
|
||||||
rm -rf $CARGO_HOME/registry/*
|
rm -rf $CARGO_HOME/registry/*
|
||||||
|
|||||||
Reference in New Issue
Block a user