Skip to content

Commit feea1a1

Browse files
Update cargo-binstall to v1.15.6 (#21324)
# Objective - Adopted from #21271. - `cargo-binstall` in CI is outdated, let's update! ## Solution - Update to v1.15.6 from v1.14.1. ## Testing - As it's run in CI, the best way to test is to run CI! :) ## Notable Changes - [v1.14.2](https://github.com/cargo-bins/cargo-binstall/releases/tag/v1.14.2) - Dependency updates - [v1.14.3](https://github.com/cargo-bins/cargo-binstall/releases/tag/v1.14.3) - Fixes race condition - [v1.14.4](https://github.com/cargo-bins/cargo-binstall/releases/tag/v1.14.4) - Switch from `fs4` to `std` for file locking - [v1.15.0](https://github.com/cargo-bins/cargo-binstall/releases/tag/v1.15.0) - Prompt when using Quickinstall. ~~This may cause some issues in CI, I need to investigate it further.~~ - [v1.15.1](https://github.com/cargo-bins/cargo-binstall/releases/tag/v1.15.1) - Fix issues with manifest file and Quickinstall prompt - [v1.15.2](https://github.com/cargo-bins/cargo-binstall/releases/tag/v1.15.2) - Fix updating telemetry config file - [v1.15.3](https://github.com/cargo-bins/cargo-binstall/releases/tag/v1.15.3) - Stop building for x86 MacOS - [v1.15.4](https://github.com/cargo-bins/cargo-binstall/releases/tag/v1.15.4) - Docs and dependencies - [v1.15.5](https://github.com/cargo-bins/cargo-binstall/releases/tag/v1.15.5) - Support Socks5 proxy - [v1.15.6](https://github.com/cargo-bins/cargo-binstall/releases/tag/v1.15.6) - Update dependencies --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 514bdad commit feea1a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919
# If nightly is breaking CI, modify this variable to target a specific nightly version.
2020
NIGHTLY_TOOLCHAIN: nightly
2121
RUSTFLAGS: "-D warnings"
22-
BINSTALL_VERSION: "v1.14.1"
22+
BINSTALL_VERSION: "v1.15.6"
2323

2424
concurrency:
2525
group: ${{github.workflow}}-${{github.ref}}
@@ -318,7 +318,7 @@ jobs:
318318
steps:
319319
- uses: actions/checkout@v5
320320
# Update in sync with BINSTALL_VERSION
321-
- uses: cargo-bins/[email protected].4
321+
- uses: cargo-bins/[email protected].6
322322
- name: Install taplo
323323
run: cargo binstall [email protected] --locked
324324
- name: Run Taplo

0 commit comments

Comments
 (0)