chore: add stats feature for jemalloc-ctl (#4610)

This commit is contained in:
discord9
2024-08-23 19:18:30 +08:00
committed by GitHub
parent 40e7b58c80
commit 2c731c76ad

View File

@@ -109,7 +109,7 @@ uuid.workspace = true
zstd.workspace = true
[target.'cfg(not(windows))'.dependencies]
tikv-jemalloc-ctl = { version = "0.6", features = ["use_std"] }
tikv-jemalloc-ctl = { version = "0.6", features = ["use_std", "stats"] }
[dev-dependencies]
auth = { workspace = true, features = ["testing"] }