Skip to content

Commit 62b3246

Browse files
dependabot[bot]Stranger6667
authored andcommitted
build(deps): update wasm-bindgen requirement in /bindings/javascript
Updates the requirements on [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) to permit the latest version. - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](rustwasm/wasm-bindgen@0.2.93...0.2.99) --- updated-dependencies: - dependency-name: wasm-bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 58736a2 commit 62b3246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/javascript/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ napi-derive = "2.14.4"
2727

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

0 commit comments

Comments
 (0)