Added a serde feature to yew (#3880)

This commit is contained in:
Tim Kurdov 2025-07-18 20:53:40 +00:00 committed by GitHub
parent fd96a9abca
commit 7ff45d3198
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

2
Cargo.lock generated
View File

@ -1768,6 +1768,7 @@ checksum = "1bd41bf647018e1da0e32dac34d02135d61d7204cee650e4633eddbd0b23ec38"
dependencies = [
"implicit-clone-derive",
"indexmap",
"serde",
]
[[package]]
@ -1788,6 +1789,7 @@ checksum = "3954d50fe15b02142bf25d3b8bdadb634ec3948f103d04ffe3031bc8fe9d7058"
dependencies = [
"equivalent",
"hashbrown",
"serde",
]
[[package]]

View File

@ -101,6 +101,7 @@ hydration = ["csr", "dep:bincode"]
not_browser_env = []
default = []
test = []
serde = ["implicit-clone/serde"]
[package.metadata.docs.rs]
all-features = true