mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 04:46:41 +00:00
fix(rust): auto-install with binstall
This commit is contained in:
@@ -78,10 +78,11 @@ install_rust_global_packages() {
|
||||
cargo-audit \
|
||||
cargo-info
|
||||
|
||||
RUSTC_WRAPPER=sccache cargo binstall \
|
||||
RUSTC_WRAPPER=sccache cargo binstall -y \
|
||||
cargo-update \
|
||||
cargo-edit \
|
||||
bacon \
|
||||
dirstat-rs
|
||||
dirstat-rs \
|
||||
hexyl
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user