Skip to content

Commit

Permalink
Pin js-sys to v0.3.70, the latest version with non-broken no_std support
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Dec 12, 2024
1 parent adc8b44 commit 1e299af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions light-client-js/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ serde = { version = "1.0", default-features = false, features = [ "derive" ] }
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 }
wasm-bindgen = { version = "0.2.63", default-features = false, features = ["serde-serialize"] }
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 1e299af

Please sign in to comment.