Browse Source

remove optional config of serde_json

Bunny Bites 1 year ago
parent
commit
48295b021c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/html/Cargo.toml

+ 1 - 1
packages/html/Cargo.toml

@@ -23,7 +23,7 @@ serde-value = "0.7.0"
 tokio = { workspace = true, features = ["fs", "io-util"], optional = true }
 rfd = { version = "0.11.3", optional = true }
 async-channel = "1.8.0"
-serde_json = { version = "1", optional = true }
+serde_json = { version = "1" }
 
 [dependencies.web-sys]
 optional = true