Skip to content

Commit 8410fba

Browse files
committed
build(js): Pin wasm-bindgen
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent bbf6b04 commit 8410fba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bindings/javascript/Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ napi = { version = "2.14.1", default-features = false, features = ["napi4"] }
2626
napi-derive = "2.14.4"
2727

2828
[target.'cfg(target_arch = "wasm32")'.dependencies]
29-
wasm-bindgen = "0.2.87"
29+
# Pinned due to a bug in the return type: https://github.com/rustwasm/wasm-bindgen/pull/4210
30+
wasm-bindgen = "=0.2.93"
3031
serde-wasm-bindgen = "0.6"
3132
getrandom = { version = "0.2", features = ["js"] }
3233
serde = { version = "1", features = ["derive"], default-features = false }

0 commit comments

Comments
 (0)