Binstall is a tool to fetch and install Rust-based executables as binaries. It aims to be a drop-in replacement for cargo install
in most cases. Install it today with cargo install cargo-binstall
, from the binaries below, or if you already have it, upgrade with cargo binstall cargo-binstall
.
In this release:
- Impl new option
--continue-on-failure
to continue batch installation even if some crates failed to install (#1548 #1559)
Other changes:
- Disable zlib-ng for aarch64 linux and re-enable it for x64 linux (#1565)