diff --git a/Cargo.toml b/Cargo.toml index ebd5e3e..655c997 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,9 +11,9 @@ js-sys = "0.3.59" serde = { version = "1.0.140", features = ["derive"] } wasm-bindgen = { version = "0.2.82", features = ["serde_json"] } wasm-bindgen-futures = "0.4.32" -url = { version = "2.3.1", optional = true } +url = { version = "2.3.1", optional = true, features = ["serde"] } thiserror = "1.0.37" -semver = { version = "1.0.14", optional = true } +semver = { version = "1.0.14", optional = true, features = ["serde"] } [dev-dependencies] wasm-bindgen-test = "0.3.33" diff --git a/examples/test/dist/index.html b/examples/test/dist/index.html index 6f47821..299ceb8 100644 --- a/examples/test/dist/index.html +++ b/examples/test/dist/index.html @@ -2,10 +2,10 @@