Skip to content

Commit

Permalink
refactor(cargo): remove unused features
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Nov 18, 2022
1 parent 271a8ac commit 4aa7ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ node = ["napi", "napi-derive", "napi-build"]
chrono = { version = "0.4", features = ["wasmbind"] }
js-sys = "0.3"
serde-wasm-bindgen = "0.4"
wasm-bindgen = { version = "0.2", features = ["serde-serialize"] }
wasm-bindgen = { version = "0.2" }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
chrono = "0.4"
Expand Down

0 comments on commit 4aa7ea0

Please sign in to comment.