Merge pull request #2854 from davehorner/master
fix: update serde dependency to include derive feature in Cargo.toml
This commit is contained in:
commit
24489234f7
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