mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13: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-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
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user