1
0
Эх сурвалжийг харах

remove optional config of serde_json

Bunny Bites 1 жил өмнө
parent
commit
48295b021c

+ 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