Skip to content

Commit bda5fc6

Browse files
build(deps): Bump wasm-bindgen from 0.2.95 to 0.2.99 (#132)
* build(deps): Bump wasm-bindgen from 0.2.95 to 0.2.99 Bumps [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) from 0.2.95 to 0.2.99. - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](wasm-bindgen/wasm-bindgen@0.2.95...0.2.99) --- updated-dependencies: - dependency-name: wasm-bindgen dependency-version: 0.2.99 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update all * Cargo fmt and clippy --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Craig Colegrove <craig.colegrove@ironcorelabs.com>
1 parent 784279a commit bda5fc6

File tree

8 files changed

+103
-100
lines changed

8 files changed

+103
-100
lines changed

.github/workflows/wasm-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: IronCoreLabs/rust-install@v0.1.2
2727
with:
2828
crate: wasm-bindgen-cli
29-
version: 0.2.95 # needs to match Cargo.toml and flake.nix version
29+
version: 0.2.100 # needs to match Cargo.toml and flake.nix version
3030
accesskey: ${{ vars.TOOL_CACHE_ACCESS_KEY_ID }}
3131
secretkey: ${{ secrets.TOOL_CACHE_SECRET_KEY }}
3232
os: ubuntu-22.04

0 commit comments

Comments
 (0)