From 07000c9f76de8cc8045ff460aef79ece1b19e02b Mon Sep 17 00:00:00 2001 From: OJ Kwon <1210596+kwonoj@users.noreply.github.com> Date: Fri, 18 Nov 2022 10:24:59 -0800 Subject: [PATCH] refactor(cargo): remove unused features --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 37dad86..88af4ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.83" } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] chrono = "0.4"