Skip to content

v1.7.1

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jun 07:40
· 102 commits to main since this release
0d7080e

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:

  • Make sure the token is zeroed out/erased on drop (#1761 #1769)
  • Run gh auth token in parallel to fetching from registey (#1733 #1769)