Skip to content

Commit

Permalink
Merge pull request #134 from workingjubilee/dep-wasm-bindgen-0.2.89
Browse files Browse the repository at this point in the history
Depend on wasm-bindgen 0.2.89 or higher
  • Loading branch information
astraw authored Sep 16, 2024
2 parents f1d7f73 + 225c4c0 commit 6c2dedf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ core-foundation-sys = "0.8.3"
windows-core = { version = ">=0.50, <=0.52" }

[target.'cfg(target_arch = "wasm32")'.dependencies]
js-sys = "0.3.50"
wasm-bindgen = "0.2.70"
js-sys = "0.3.66"
wasm-bindgen = "0.2.89"

[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
wasm-bindgen-test = "0.3"
Expand Down

0 comments on commit 6c2dedf

Please sign in to comment.