Skip to content

Commit

Permalink
Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mappum committed Sep 4, 2024
1 parent c22613c commit 62d6214
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@ thiserror= "1.0.58"
sha2 = "0.10.8"
log = "0.4.21"

[dependencies.time]
version = "0.3.0,<0.3.25"
optional = true

[dependencies.hex]
version = "0.4.3"
optional = true

[dependencies.colored]
version = "2.1.0"
optional = true
Expand Down Expand Up @@ -48,5 +40,5 @@ optional = true

[features]
default = ["full", "verify"]
full = ["rand", "rocksdb", "time", "hex", "colored", "num_cpus", "ed"]
full = ["rand", "rocksdb", "colored", "num_cpus", "ed"]
verify = ["ed"]

0 comments on commit 62d6214

Please sign in to comment.