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:
- Enabled
--no-symlinks
by default which also fixed installingsccache
(#731 #936) - Retry http request on connection error (#791 #922)
- Added alias
universal2-apple-darwin
to targetuniversal-apple-darwin
(#919) - Fixed
fetcher::QuickInstall
stats report failure (#918 #921) - Honor key
install.root
in$CARGO_HOME/config.toml
(#859 #884)