This is a release PR for cargo-binstall version 1.8.0 (performing a minor bump).
Use squash merge.
Upon merging, this will automatically create the tag v1.8.0, build the CLI,
create a GitHub release with the release notes below
, and CI will publish to crates.io on merge of this PR.
To trigger builds initially, close and then immediately re-open this PR once.
Edit release notes into the section below:
Release notes
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.
This is a release PR for cargo-binstall version 1.8.0 (performing a minor bump).
Use squash merge.
Upon merging, this will automatically create the tag
v1.8.0
, build the CLI, create a GitHub release with the release notes below , and CI will publish to crates.io on merge of this PR.To trigger builds initially, close and then immediately re-open this PR once.
Edit release notes into the section below:
Release notes
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 withcargo install cargo-binstall
, from the binaries below, or if you already have it, upgrade withcargo binstall cargo-binstall
.In this release:
BINSTALL_DISABLE_STRATEGIES
for--disable-strategies
(#1833 #1838)--disable-telemetry
to disable quickinstall statistics collection (#1822 #1831)package.binstall
(can be overriden by CLI users) (#1721 #1828)Other changes:
install-from-binstall-release.sh
on raspberry pi (#1814)native-tls/vendored
if both featurenative-tls
andstatic
is enabled (#1694 #1832)