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:
- Check for installed crates
$CARGO_HOME/.crates.toml
(#582) - Fix small issues in error handling and printing (#584, #585, #586)
- Remove a panic during confirmation prompt (#576)
- Bump to MSRV to 1.65.0 (#574)
Other changes:
- Rewrite download and archive extraction machinery (#579, #580, #587, #590, #591)
- Some optimisations around sizes of types (#573, #581, #589, #600)
- Use maximum compression for zip windows packages (#596)
Dependencies:
- Bump async-trait from 0.1.58 to 0.1.59 (#578)
- Bump clap from 4.0.26 to 4.0.29 (#571, #577)
- Bump embed-resource from 1.7.4 to 1.8.0 (#598)
- Bump flate2 from 1.0.24 to 1.0.25 (#570)
- Bump jobslot from 0.2.6 to 0.2.8 (#564)
- Bump miette from 5.4.1 to 5.5.0 (#565)
- Bump serde from 1.0.147 to 1.0.150 (#572, #592, #597)
- Bump tokio from 1.22.0 to 1.23.0 (#593)
- Bump zstd from 0.11.2+zstd.1.5.2 to 0.12.1+zstd.1.5.2 (#563, #595)