From 885fcb4ef7add2e42080c95002f8e6ba9b68e709 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 09:17:46 +0000 Subject: [PATCH] Bump baptiste0928/cargo-install Bumps [baptiste0928/cargo-install](https://github.com/baptiste0928/cargo-install) from 77fc781ff2a66b362d815793ec7bd69b50d0e549 to 2cfb0024938d23011106cbf127b393bc83fddba1. - [Release notes](https://github.com/baptiste0928/cargo-install/releases) - [Changelog](https://github.com/baptiste0928/cargo-install/blob/main/CHANGELOG.md) - [Commits](https://github.com/baptiste0928/cargo-install/compare/77fc781ff2a66b362d815793ec7bd69b50d0e549...2cfb0024938d23011106cbf127b393bc83fddba1) --- updated-dependencies: - dependency-name: baptiste0928/cargo-install dependency-version: 2cfb0024938d23011106cbf127b393bc83fddba1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/readme.yml | 2 +- .github/workflows/rust.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/readme.yml b/.github/workflows/readme.yml index c38c180..c01b2b4 100644 --- a/.github/workflows/readme.yml +++ b/.github/workflows/readme.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #v6.0.3 - name: Install cargo-rdme - uses: baptiste0928/cargo-install@77fc781ff2a66b362d815793ec7bd69b50d0e549 #v1 + uses: baptiste0928/cargo-install@2cfb0024938d23011106cbf127b393bc83fddba1 #v1 with: crate: cargo-rdme - name: Check that readme matches lib.rs diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index c15c569..34e1916 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -117,7 +117,7 @@ jobs: run: cargo check -p generic-ec --target wasm32-unknown-unknown --features all-curves - name: Install wasm-pack - uses: baptiste0928/cargo-install@77fc781ff2a66b362d815793ec7bd69b50d0e549 #v1 + uses: baptiste0928/cargo-install@2cfb0024938d23011106cbf127b393bc83fddba1 #v1 with: crate: wasm-pack - name: wasm-pack an example project