We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58736a2 commit 62b3246Copy full SHA for 62b3246
bindings/javascript/Cargo.toml
@@ -27,7 +27,7 @@ napi-derive = "2.14.4"
27
28
[target.'cfg(target_arch = "wasm32")'.dependencies]
29
# Pinned due to a bug in the return type: https://github.com/rustwasm/wasm-bindgen/pull/4210
30
-wasm-bindgen = "=0.2.93"
+wasm-bindgen = "=0.2.99"
31
serde-wasm-bindgen = "0.6"
32
getrandom = { version = "0.2", features = ["js"] }
33
serde = { version = "1", features = ["derive"], default-features = false }
0 commit comments