mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Add derive feature for serde
This feature had previously been indirectly required by a dependency, and this is no longer the case.
This commit is contained in:
parent
e9dfcaaa44
commit
a122a28993
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ edition = "2018"
|
|||
|
||||
[dependencies]
|
||||
uuid = { version = "^0.8.2", features = ["serde", "v4"] }
|
||||
serde = "^1.0.125"
|
||||
serde = { version = "^1.0.125", features = ["derive"] }
|
||||
serde_json = "^1.0"
|
||||
chrono = { version = "^0.4.10", features = ["serde"] }
|
||||
anyhow = "1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue