Skip to content

Commit d28b9d1

Browse files
committed
fix: upgrade wasm-bindgen to 0.2.101
1 parent 9dd72ef commit d28b9d1

File tree

7 files changed

+82
-263
lines changed

7 files changed

+82
-263
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: deno lint && cargo clippy
4343

4444
- name: Install wasm-bindgen-cli
45-
run: cargo install wasm-bindgen-cli --version 0.2.100 --locked
45+
run: cargo install wasm-bindgen-cli --version 0.2.101 --locked
4646

4747
- name: Check Wasm up-to-date
4848
run: deno task build --check

Cargo.lock

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

0 commit comments

Comments
 (0)