Skip to content

Commit

Permalink
update wasm-bindgen to 0.2.87
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat committed Sep 20, 2023
1 parent 418e8e7 commit a96a0b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ itertools = "0.10.3"
proptest = { version = "=1.0", default-features = false, features = ["std"] }
proptest-derive = "0.3"
pretty_assertions = "1.3"
wasm-bindgen-test = "0.3.10"
wasm-bindgen-test = "0.3.37"
expect-test = "1.0.1"

[profile.release]
Expand Down
6 changes: 3 additions & 3 deletions bindings/ergo-lib-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ compiler = ["ergo-lib/compiler"]

[dependencies]
base16 = { workspace = true }
serde = { workspace = true }
serde = { workspace = true }
ergo-lib = { workspace = true }
sigma-util = { workspace = true }
serde_json = { workspace = true }
Expand All @@ -42,8 +42,8 @@ derive_more = { workspace = true }
num-traits = { workspace = true }
serde_with = { workspace = true }
bounded-vec = { workspace = true, features=["serde"] }
wasm-bindgen = { version = "0.2.84", features = [] }
wasm-bindgen-futures = { version = "0.4.34" }
wasm-bindgen = { version = "0.2.87", features = [] }
wasm-bindgen-futures = { version = "0.4.37" }

[dev-dependencies]
wasm-bindgen-test = { workspace = true }
Expand Down

0 comments on commit a96a0b0

Please sign in to comment.