Skip to content

v0.22.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Mar 13:50
· 566 commits to main since this release
1761096

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:

  • Enabled --no-symlinks by default which also fixed installing sccache (#731 #936)
  • Retry http request on connection error (#791 #922)
  • Added alias universal2-apple-darwin to target universal-apple-darwin (#919)
  • Fixed fetcher::QuickInstallstats report failure (#918 #921)
  • Honor key install.root in $CARGO_HOME/config.toml (#859 #884)