Merged
Conversation
NobodyXu
approved these changes
Jan 27, 2026
github-merge-queue bot
pushed a commit
that referenced
this pull request
Jan 28, 2026
<!--
{"release-pr":{"v2":{"crates":[{"name":"cargo-binstall","path":"/home/runner/work/cargo-binstall/cargo-binstall/crates/bin"}],"version":{"previous":"1.17.3","actual":"1.17.4","desired":"patch"}}}}
-->
This is a release PR for **cargo-binstall** version **1.17.4**
(performing a patch bump).
**Use squash merge.**
Upon merging, this will automatically create the tag `v1.17.4`, 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:_
<!-- do not change or remove this heading -->
### 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:
- Fix loading `--manifest-path Cargo.toml` (#2453 #2459)
- Fix handling of `**` in `[workspace.members]` and
`[workspace.members]` (#2465)
- Added `pkg-fmt` field for cargo-binstall metadata to speed up binary
discovery process (#2451)
- Upgrade dependencies (#2468)
#### Other changes:
- Allow pinning binstall version in the action (#2449)
- Fix changelog format (#2454)
Co-authored-by: github-actions <github-actions@github.com>
tmeijn
pushed a commit
to tmeijn/dotfiles
that referenced
this pull request
Jan 28, 2026
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [cargo-bins/cargo-binstall](https://github.com/cargo-bins/cargo-binstall) | patch | `v1.17.3` → `v1.17.4` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>cargo-bins/cargo-binstall (cargo-bins/cargo-binstall)</summary> ### [`v1.17.4`](https://github.com/cargo-bins/cargo-binstall/releases/tag/v1.17.4) [Compare Source](cargo-bins/cargo-binstall@v1.17.3...v1.17.4) *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: - Fix loading `--manifest-path Cargo.toml` ([#​2453](cargo-bins/cargo-binstall#2453) [#​2459](cargo-bins/cargo-binstall#2459)) - Fix handling of `**` in `[workspace.members]` and `[workspace.members]` ([#​2465](cargo-bins/cargo-binstall#2465)) - Added `pkg-fmt` field for cargo-binstall metadata to speed up binary discovery process ([#​2451](cargo-bins/cargo-binstall#2451)) - Upgrade dependencies ([#​2468](cargo-bins/cargo-binstall#2468)) ##### Other changes: - Allow pinning binstall version in the action ([#​2449](cargo-bins/cargo-binstall#2449)) - Fix changelog format ([#​2454](cargo-bins/cargo-binstall#2454)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xMiIsInVwZGF0ZWRJblZlciI6IjQyLjkyLjEyIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiLCJhdXRvbWF0aW9uOmJvdC1hdXRob3JlZCIsImRlcGVuZGVuY3ktdHlwZTo6cGF0Y2giXX0=-->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Update dependencies