Enable derive feature for serde in changelog example

Co-authored-by: davehorner <davehorner@users.noreply.github.com>
This commit is contained in:
Dave Horner 2025-03-22 06:52:27 -04:00 committed by Héctor Ramón Jiménez
parent 6e894355d4
commit 11cbfd8a65
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

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"