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:
- Enable immutable releases for cargo-binstall
- feat: Support cfg expressions for overrides. (#2432 #2435)
- Fix raw ansi escape sequence displayed at error reporting (#2301 #2437)
Other changes:
- dep: Upgrade transitive dependencies (#2438)