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:
- Fix glibc detection on arm Fedora (#2205)
- Add support for repository host Codeberg (#2202)
- Fix error for missing binaries when
--bin
does not include any of these missing bins (#1888 #2199)
Other changes:
- Rm uninstalled crates from
$CARGO_HOME/binstall/crates-v1.json
(#2197) - Upgrade dependencies