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 35e4215
Showing 1 changed file with 2 additions and 1 deletion.
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 35e4215

Please sign in to comment.