Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jul 11:48
· 163 commits to main since this release
f2a184d

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:

  • Fix: Ignore invalid Github Token (token length < 10) (#1836 #1839)
  • Add environment variable BINSTALL_DISABLE_STRATEGIES for --disable-strategies (#1833 #1838)
  • Add new option --disable-telemetry to disable quickinstall statistics collection (#1822 #1831)
  • Feature: Enable maintainers of crate to disable strategies for the crate using package.binstall (can be overriden by CLI users) (#1721 #1828)
  • Fix v1 manifest format for git and local path (#1815 #1821)
  • Fix: normalize GitHub URLs ending in .git to not ending in .git (#1801 #1803 #1804)

Other changes:

  • Fixed install-from-binstall-release.sh on raspberry pi (#1814)
  • Enable feature native-tls/vendored if both feature native-tls and static is enabled (#1694 #1832)