Skip to content

Commit

Permalink
Fix cyclic dependency involving wasm-bindgen
Browse files Browse the repository at this point in the history
  • Loading branch information
mlafeldt committed Apr 24, 2024
1 parent 6afbda4 commit 96b4c89
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 96b4c89

Please sign in to comment.