chore(deps): move some CLI tools from rtx to cargo install

bat, difftastic and exa don't seem to distribute arm64 binaries as part
of their releases. Hence we need to install them from source with cargo
instead.
This commit is contained in:
2023-11-20 11:07:06 +00:00
parent 319ad47d34
commit 871fefce04
2 changed files with 5 additions and 5 deletions

View File

@@ -79,10 +79,13 @@ install_rust_global_packages() {
cargo-info
RUSTC_WRAPPER=sccache cargo binstall -y \
cargo-update \
cargo-edit \
bacon \
bat \
cargo-edit \
cargo-update \
difftastic \
dirstat-rs \
exa \
hexyl
)
}