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 Unmatched checksum error (#1575 #1585)
- detect-target: fallback on targets we don't explicitly have support for (#1573 #1574)
- Fix detect-targets on android targets (#1573 #1576)