From f8e752aee407363b9765207d35963c8ad51839b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 02:06:55 +0000 Subject: [PATCH] :arrow_up: Bump cargo-bins/cargo-binstall from 1.15.7 to 1.16.0 Bumps [cargo-bins/cargo-binstall](https://github.com/cargo-bins/cargo-binstall) from 1.15.7 to 1.16.0. - [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](https://github.com/cargo-bins/cargo-binstall/compare/a66119fbb1c952daba62640c2609111fe0803621...ac8496113671719ef3f12282bc9f41d86322e0d7) --- updated-dependencies: - dependency-name: cargo-bins/cargo-binstall dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/webassembly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/webassembly.yml b/.github/workflows/webassembly.yml index 1f5adc808..851880620 100644 --- a/.github/workflows/webassembly.yml +++ b/.github/workflows/webassembly.yml @@ -80,7 +80,7 @@ jobs: echo "version=${VERSION}" >> "$GITHUB_OUTPUT" - if: ${{ endsWith(matrix.target, 'unknown') }} name: Install cargo-binstall - uses: cargo-bins/cargo-binstall@a66119fbb1c952daba62640c2609111fe0803621 # v1.15.7 + uses: cargo-bins/cargo-binstall@ac8496113671719ef3f12282bc9f41d86322e0d7 # v1.16.0 - if: ${{ endsWith(matrix.target, 'unknown') }} name: Install wasm-bindgen-cli from crates.io run: |