Skip to content

Commit

Permalink
fix: bump serde-wasm-bindgen, js-sys to fix broken compile
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperFluffy committed Dec 12, 2024
1 parent 2ff34db commit 3f16ec6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- [tendermint-light-client-js] bump `serde-wasm-bindgen` to `v0.6.5` and `js-sys` to `=v0.3.70` to
fix compilation failure of `wasm-bindgen-test`. ([\#1481](https://github.com/informalsystems/tendermint-rs/pull/1481))
3 changes: 2 additions & 1 deletion light-client-js/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ serde_json = { version = "1.0", default-features = false }
tendermint = { version = "0.40.0", default-features = false, path = "../tendermint" }
tendermint-light-client-verifier = { version = "0.40.0", features = ["rust-crypto"], default-features = false, path = "../light-client-verifier" }
wasm-bindgen = { version = "0.2.63", default-features = false, features = [ "serde-serialize" ] }
serde-wasm-bindgen = { version = "0.4.5", default-features = false }
serde-wasm-bindgen = { version = "0.6.5", default-features = false }
js-sys = { version = "=0.3.70", default-features = false }

# The `console_error_panic_hook` crate provides better debugging of panics by
# logging them with `console.error`. This is great for development, but requires
Expand Down

0 comments on commit 3f16ec6

Please sign in to comment.