Skip to content

Commit f46efc8

Browse files
authored
chore(javascript): Remove outdated comment
1 parent 62b3246 commit f46efc8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bindings/javascript/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ 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-
# Pinned due to a bug in the return type: https://github.com/rustwasm/wasm-bindgen/pull/4210
3029
wasm-bindgen = "=0.2.99"
3130
serde-wasm-bindgen = "0.6"
3231
getrandom = { version = "0.2", features = ["js"] }

0 commit comments

Comments
 (0)