Skip to content

v1.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jun 00:41
· 108 commits to main since this release
9891eac

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.

Thank you @tomasol @senekor for your contribution to cargo-binstall!

In this release:

  • Add env variable BINSTALL_NO_DISCOVER_GITHUB_TOKEN for --no-discover-github-token (#1733 #1763)
  • Use binary name when searching for artifacts (#988 #1747)
  • Prefer official binaries (#1721 #1741)
  • Support downloading pre-built artifacts from private github repository (#1681 #1690)

Other changes:

  • Bump to rust 1.79 (#1754)
  • Speedup gh-token-auto-scraping (#1746)
  • Reduce unnecessary logging (#1738 #1746)
  • Improve rate-limit checking (#1725)
  • Upgrade dependencies