Enable derive feature for serde in changelog example
Co-authored-by: davehorner <davehorner@users.noreply.github.com>
This commit is contained in:
parent
6e894355d4
commit
11cbfd8a65
1 changed files with 4 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue