Skip to content

Commit 41d3e77

Browse files
chore: update wasm deps (#128)
Co-authored-by: Philipp Krüger <philipp.krueger1@gmail.com>
1 parent c9f98a8 commit 41d3e77

2 files changed

Lines changed: 24 additions & 25 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,8 @@ jobs:
164164
uses: cargo-bins/cargo-binstall@main
165165

166166
- name: Install wasm-bindgen-test-runner
167-
run: cargo binstall wasm-bindgen-cli --locked --no-confirm
167+
# Match the version of wasm-bindgen used in Cargo.lock
168+
run: cargo binstall wasm-bindgen-cli@0.2.117 --locked --no-confirm
168169

169170
- name: Install wasm-tools
170171
uses: bytecodealliance/actions/wasm-tools/setup@v1

Cargo.lock

Lines changed: 22 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)