Skip to content

Commit

Permalink
Update wasm-bindgen as a deprecation warning was coming from code gen…
Browse files Browse the repository at this point in the history
…erated by the earlier version we captured and that led to a test failure
  • Loading branch information
prozacchiwawa committed May 8, 2024
1 parent 354f241 commit 0a8081c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions wasm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ path = "src/mod.rs"
[dependencies]
clvm_tools_rs = { path= "..", features = [] }
clvmr = { version = "0.3.0", features = ["pre-eval"] }
wasm-bindgen = "=0.2.83"
wasm-bindgen = "=0.2.92"
wasm-bindgen-test = "=0.3.25"
js-sys = "0.3.60"
num-bigint = "0.4.0"
Expand Down

0 comments on commit 0a8081c

Please sign in to comment.