github cargo-bins/cargo-binstall v1.8.0

latest releases: detect-wasi-v1.0.40, v1.15.5, detect-wasi-v1.0.39...
14 months ago

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)

Don't miss a new cargo-binstall release

NewReleases is sending notifications on new releases.