fix(rust): auto-install with binstall

This commit is contained in:
2023-09-18 11:33:22 +01:00
parent c51fde5e70
commit 6c9703520c

View File

@@ -78,10 +78,11 @@ install_rust_global_packages() {
cargo-audit \ cargo-audit \
cargo-info cargo-info
RUSTC_WRAPPER=sccache cargo binstall \ RUSTC_WRAPPER=sccache cargo binstall -y \
cargo-update \ cargo-update \
cargo-edit \ cargo-edit \
bacon \ bacon \
dirstat-rs dirstat-rs \
hexyl
) )
} }