Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 4, 2025

Bumps cargo-bins/cargo-binstall from 1.14.1 to 1.14.3.

Release notes

Sourced from cargo-bins/cargo-binstall's releases.

v1.14.3

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 race condition in target detections (#2238)

Other changes:

  • Upgrade dependencies

v1.14.2

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:

  • Upgrade dependencies
Commits
  • dd6a0ac release: cargo-binstall v1.14.3 (#2246)
  • 6ba0a07 chore: release (#2239)
  • bb84a17 dep: Upgrade transitive dependencies (#2245)
  • 381c30a build(deps): bump tj-actions/changed-files from 18b05b98fcd9dc0bd3870d7a65715...
  • 8f1b1f5 build(deps): bump tj-actions/changed-files from db8d0bfea5a44e51abd5dc1454386...
  • 90ac8ea ci: Enable -Zprofile-hint-mostly-unused for nightly (#2240)
  • a80d9ef Fix race condition of DesiredTargets (#2238)
  • b0a9fe9 build(deps): bump tj-actions/changed-files from cf79a64fed8a943fb1073260883d0...
  • 808dcb1 release: cargo-binstall v1.14.2 (#2236)
  • 93f3069 chore: release (#2221)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [cargo-bins/cargo-binstall](https://github.com/cargo-bins/cargo-binstall) from 1.14.1 to 1.14.3.
- [Release notes](https://github.com/cargo-bins/cargo-binstall/releases)
- [Changelog](https://github.com/cargo-bins/cargo-binstall/blob/main/install-from-binstall-release.ps1)
- [Commits](cargo-bins/cargo-binstall@v1.14.1...v1.14.3)

---
updated-dependencies:
- dependency-name: cargo-bins/cargo-binstall
  dependency-version: 1.14.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the C-Dependencies A change to the crates that Bevy depends on label Aug 4, 2025
@mnmaita
Copy link
Member

mnmaita commented Aug 6, 2025

@mockersf can you help me figure out which job/s need the BINSTALL_VERSION variable to be defined? Thanks!

@mockersf
Copy link
Member

mockersf commented Aug 6, 2025

It's an env variable at the top of the same file, it just needs to be updated to the exact same version

@mnmaita
Copy link
Member

mnmaita commented Aug 6, 2025

It's an env variable at the top of the same file, it just needs to be updated to the exact same version

I know, but I was wondering why it's needed and by which jobs/steps. I was trying to figure out a solution that lets us just update the action without the hassle of updating the env var.

@mockersf
Copy link
Member

mockersf commented Aug 6, 2025

The one that's updated here.

My opinion is that using binstall is not worth the hassle, we should just use cargo install or directly get bins for taplo.

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 11, 2025

Superseded by #20508.

@dependabot dependabot bot closed this Aug 11, 2025
@dependabot dependabot bot deleted the dependabot/github_actions/cargo-bins/cargo-binstall-1.14.3 branch August 11, 2025 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-Dependencies A change to the crates that Bevy depends on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants