From 981df6d528562e84ac1121fec5c2a6e6cf6ef158 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 02:04:42 +0000 Subject: [PATCH] Bump cargo-bins/cargo-binstall from 1.19.1 to 1.20.1 Bumps [cargo-bins/cargo-binstall](https://github.com/cargo-bins/cargo-binstall) from 1.19.1 to 1.20.1. - [Release notes](https://github.com/cargo-bins/cargo-binstall/releases) - [Changelog](https://github.com/cargo-bins/cargo-binstall/blob/main/release-plz.toml) - [Commits](https://github.com/cargo-bins/cargo-binstall/compare/v1.19.1...v1.20.1) --- updated-dependencies: - dependency-name: cargo-bins/cargo-binstall dependency-version: 1.20.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6e1c25e..7f34f17 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -203,7 +203,7 @@ jobs: executorch executorch-sys - - uses: cargo-bins/cargo-binstall@v1.19.1 + - uses: cargo-bins/cargo-binstall@v1.20.1 - name: Install cross dependencies run: | if [[ "${{ matrix.target }}" == *"android"* ]]; then