Skip to content

Commit

Permalink
Merge pull request #6 from LIT-Protocol/fix-cyclic-dep
Browse files Browse the repository at this point in the history
Fix cyclic dependency involving wasm-bindgen
  • Loading branch information
mlafeldt authored May 2, 2024
2 parents 6afbda4 + 96b4c89 commit e36a6b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ default = ["wee_alloc"]
crate-type = ["cdylib", "rlib"]

[dependencies]
wasm-bindgen = { version = "0.2.82", features = ["serde-serialize"] }
wasm-bindgen = "0.2"
web-sys = { version = "0.3.5", features = ["console"] }
js-sys = "0.3.59"

Expand Down

0 comments on commit e36a6b8

Please sign in to comment.