mirror of
https://github.com/danbulant/oxc
synced 2026-05-22 21:58:36 +00:00
chore(deps): update cargo-bins/cargo-binstall action to v1.10.0 (#4832)
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cargo-bins/cargo-binstall](https://togithub.com/cargo-bins/cargo-binstall) | action | minor | `v1.9.0` -> `v1.10.0` | --- ### Release Notes <details> <summary>cargo-bins/cargo-binstall (cargo-bins/cargo-binstall)</summary> ### [`v1.10.0`](https://togithub.com/cargo-bins/cargo-binstall/releases/tag/v1.10.0) [Compare Source](https://togithub.com/cargo-bins/cargo-binstall/compare/v1.9.0...v1.10.0) *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: - feature: Merge `--disable-strategies` with `disabled-strategies` in crate cargo manifest ([#​1867](https://togithub.com/cargo-bins/cargo-binstall/issues/1867) [#​1868](https://togithub.com/cargo-bins/cargo-binstall/issues/1868)) - dep: Bump hickory-resolver to 0.25.0-alpha.2 ([#​665](https://togithub.com/cargo-bins/cargo-binstall/issues/665) [#​1869](https://togithub.com/cargo-bins/cargo-binstall/issues/1869)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/oxc-project/oxc). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
ecfa1247b7
commit
3bfa54dee9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -184,7 +184,7 @@ jobs:
|
|||
with:
|
||||
restore-cache: false
|
||||
if: steps.filter.outputs.src == 'true'
|
||||
- uses: cargo-bins/cargo-binstall@v1.9.0
|
||||
- uses: cargo-bins/cargo-binstall@v1.10.0
|
||||
if: steps.filter.outputs.src == 'true'
|
||||
- run: cargo binstall --no-confirm cargo-shear@1
|
||||
if: steps.filter.outputs.src == 'true'
|
||||
|
|
|
|||
Loading…
Reference in a new issue