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:
- Fixed yanked dependencies error (#1019 #1028 #1040 #1085)
- Add one-liner for installing
cargo-binstall
on Linux/MacOS (#1073 #1074) - Optimize fetching from https://crates.io when user requested a specific version instead of a range (#1089)
- Change
binstalk-downloader
license to "Apache-2.0 OR MIT" (#542)