Skip to content

Commit

Permalink
Fix name of serde feature
Browse files Browse the repository at this point in the history
  • Loading branch information
vv9k committed Mar 16, 2021
1 parent 79959a2 commit 417709e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ serde_cbor = "0.11"
chrono = { version = "0.4", features = ["serde"] }
serde = { version = "1", features = ["derive"] }
walkdir = "2"
colored = { git = "https://github.com/wojciechkepka/colored", branch = "master", features = ["serde_derive"] }
colored = { git = "https://github.com/wojciechkepka/colored", branch = "master", features = ["serde"] }
globwalk = "0.8"
rand = "0.8"
base64 = "0.13.0"

0 comments on commit 417709e

Please sign in to comment.