This is a release PR for cargo-binstall version 1.9.0 (performing a minor bump).
Use squash merge.
Upon merging, this will automatically create the tag v1.9.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.
In this release:
Add --maximum-resolution-timeout (#1823 #1862)
Fix: --strategies on CLI do not seem to override disabled-strategies in the manifest (#1851 #1857)
This is a release PR for cargo-binstall version 1.9.0 (performing a minor bump).
Use squash merge.
Upon merging, this will automatically create the tag
v1.9.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:
--maximum-resolution-timeout
(#1823 #1862)--strategies
on CLI do not seem to override disabled-strategies in the manifest (#1851 #1857)