This is a release PR for cargo-binstall version 1.10.6 (performing a patch bump).
Use squash merge.
Upon merging, this will automatically create the tag v1.10.6, 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.10.6 (performing a patch bump).
Use squash merge.
Upon merging, this will automatically create the tag
v1.10.6
, 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: