This is a release PR for cargo-binstall version 1.7.3 (performing a patch bump).
Use squash merge.
Upon merging, this will automatically create the tag v1.7.3, 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:
Reduce concurrent requests to GitHub to speedup resolution (#1796)
This is a release PR for cargo-binstall version 1.7.3 (performing a patch bump).
Use squash merge.
Upon merging, this will automatically create the tag
v1.7.3
, 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:
Other changes: