Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a release PR for cargo-binstall version 1.7.0 (performing a minor bump).
Use squash merge.
Upon merging, this will automatically create the tag
v1.7.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
.Thank you @tomasol @senekor for your contribution to cargo-binstall!
In this release:
BINSTALL_NO_DISCOVER_GITHUB_TOKEN
for--no-discover-github-token
(WARN Failed to retrieve token from `gh auth token' on every install and it slows down automated installations. #1733 Add env var BINSTALL_NO_DISCOVER_GITHUB_TOKEN #1763)Other changes:
GhApiClient
#1725)