Skip to content

Commit 417709e

Browse files
committed
Fix name of serde feature
1 parent 79959a2 commit 417709e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ serde_cbor = "0.11"
1818
chrono = { version = "0.4", features = ["serde"] }
1919
serde = { version = "1", features = ["derive"] }
2020
walkdir = "2"
21-
colored = { git = "https://github.com/wojciechkepka/colored", branch = "master", features = ["serde_derive"] }
21+
colored = { git = "https://github.com/wojciechkepka/colored", branch = "master", features = ["serde"] }
2222
globwalk = "0.8"
2323
rand = "0.8"
2424
base64 = "0.13.0"

0 commit comments

Comments
 (0)