From b3ddfcaa539f1fc54d97e6e1abd1471eb9f76c53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 20:40:06 +0000 Subject: [PATCH] build(deps): Bump IronCoreLabs/rust-install from 0.1.0 to 0.1.2 Bumps [IronCoreLabs/rust-install](https://github.com/ironcorelabs/rust-install) from 0.1.0 to 0.1.2. - [Release notes](https://github.com/ironcorelabs/rust-install/releases) - [Changelog](https://github.com/IronCoreLabs/rust-install/blob/main/CHANGELOG.md) - [Commits](https://github.com/ironcorelabs/rust-install/compare/v0.1.0...v0.1.2) --- updated-dependencies: - dependency-name: IronCoreLabs/rust-install dependency-version: 0.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/wasm-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wasm-ci.yaml b/.github/workflows/wasm-ci.yaml index c28115e..9916daa 100644 --- a/.github/workflows/wasm-ci.yaml +++ b/.github/workflows/wasm-ci.yaml @@ -23,7 +23,7 @@ jobs: toolchain: stable override: true target: wasm32-unknown-unknown - - uses: IronCoreLabs/rust-install@v0.1.0 + - uses: IronCoreLabs/rust-install@v0.1.2 with: crate: wasm-bindgen-cli version: 0.2.95 # needs to match Cargo.toml and flake.nix version