Skip to content

Commit e36a6b8

Browse files
authored
Merge pull request #6 from LIT-Protocol/fix-cyclic-dep
Fix cyclic dependency involving wasm-bindgen
2 parents 6afbda4 + 96b4c89 commit e36a6b8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Cargo.lock

-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ default = ["wee_alloc"]
1414
crate-type = ["cdylib", "rlib"]
1515

1616
[dependencies]
17-
wasm-bindgen = { version = "0.2.82", features = ["serde-serialize"] }
17+
wasm-bindgen = "0.2"
1818
web-sys = { version = "0.3.5", features = ["console"] }
1919
js-sys = "0.3.59"
2020

0 commit comments

Comments
 (0)