Skip to content

Commit accf037

Browse files
committed
update wasm-bindgen
To include this fix: rustwasm/wasm-bindgen#4284 CI failed without this fix.
1 parent dea0720 commit accf037

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

Cargo.lock

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

bouncy_instructor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ rust-version = "1.76.0"
1111
crate-type = ["cdylib", "rlib"]
1212

1313
[dependencies]
14-
wasm-bindgen = { version = "0.2.88", features = ["enable-interning"] }
14+
wasm-bindgen = { version = "0.2.100", features = ["enable-interning"] }
1515
wasm-bindgen-futures = "0.4.38"
1616
serde = { version = "1.0", features = ["derive"] }
1717
serde_with = "3.4"

0 commit comments

Comments
 (0)