mirror of
https://github.com/leptos-rs/leptos.git
synced 2025-12-27 09:54:41 -05:00
serde_json is common to (#3610)
integrations/actix leptos/server oco server_fn This is a defensive PR - Putting the crate definition into the root workspcace makes it less likely to get difficult to trace version slip bugs. This does not help where sede_json is optional so care manual review is required.
This commit is contained in:
@@ -27,7 +27,7 @@ send_wrapper = "0.6"
|
||||
serde = { version = "1.0" }
|
||||
js-sys = { version = "0.3.74", optional = true }
|
||||
wasm-bindgen = { version = "0.2.100", optional = true }
|
||||
serde_json = { version = "1.0" }
|
||||
serde_json = { workspace = true }
|
||||
|
||||
[features]
|
||||
ssr = []
|
||||
|
||||
Reference in New Issue
Block a user