Skip to content

Commit

Permalink
[wasi-bindgen] Do not use serde-serialize (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgirones authored Jun 13, 2023
1 parent 64b1127 commit c07677a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
31 changes: 0 additions & 31 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 @@ -17,7 +17,7 @@ js-sys = "0.3.61"
rexie = "0.4.2"
thiserror = "1.0.40"
tokio = { version = "1.26.0", features = ["sync"] }
wasm-bindgen = { version = "0.2.84", features = ["serde-serialize"] }
wasm-bindgen = { version = "0.2.84" }

[dev-dependencies]
tokio = { version = "1.26.0", features = ["rt", "macros"] }

0 comments on commit c07677a

Please sign in to comment.