Merge pull request #2854 from davehorner/master

fix: update serde dependency to include derive feature in Cargo.toml
This commit is contained in:
Héctor 2025-11-21 05:03:01 +01:00 committed by GitHub
commit 24489234f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,10 +14,13 @@ iced.features = ["tokio", "markdown", "highlighter", "debug"]
log.workspace = true
thiserror.workspace = true
tokio.features = ["fs", "process"]
tokio.workspace = true
serde = "1"
serde.workspace = true
serde.features = ["derive"]
webbrowser = "1"
tracing-subscriber = "0.3"