chore(deps): use tikv-jemallocator instead of jemallocator (#7232)

This commit is contained in:
DaniPopes
2024-03-19 18:13:23 +01:00
committed by GitHub
parent ce89a2be8d
commit 9d039a233c
10 changed files with 79 additions and 96 deletions

View File

@ -27,8 +27,6 @@ futures.workspace = true
async-trait.workspace = true
tokio.workspace = true
jemallocator = { version = "0.5.0", features = ["profiling"] }
[[example]]
name = "db-access"
path = "db-access.rs"
@ -40,4 +38,3 @@ path = "network.rs"
[[example]]
name = "network-txpool"
path = "network-txpool.rs"