Skip to content

Commit

Permalink
fix: remove unused jemalloc dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumExplorer committed Feb 22, 2024
1 parent 206bc63 commit d5bb96d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions merk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ version = "0.4.3"
optional = true

[dependencies.colored]
version = "1.9.3"
version = "2.0.4"
optional = true

[dependencies.num_cpus]
Expand All @@ -53,11 +53,6 @@ version = "0.8.5"
features = ["small_rng"]
optional = true

[dependencies.jemallocator]
version = "0.5.0"
features = ["disable_initial_exec_tls"]
optional = true

[features]
default = ["full"]
full = ["rand",
Expand All @@ -68,7 +63,6 @@ full = ["rand",
"byteorder",
"ed",
"blake3",
"jemallocator",
"grovedb-storage",
"grovedb-storage/rocksdb_storage"
]
Expand Down

0 comments on commit d5bb96d

Please sign in to comment.