From 9cf5b0926e85870a6e989768183cc0403617198e Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Fri, 24 May 2024 06:16:19 +0000 Subject: [PATCH] fix regressed jemalloc stats feature Signed-off-by: Jason Volk --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 32945982..dddf4dff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -360,11 +360,11 @@ version = "0.32.3" [workspace.dependencies.tikv-jemalloc-sys] version = "0.5.4" default-features = false -features = ["unprefixed_malloc_on_supported_platforms"] +features = ["stats", "unprefixed_malloc_on_supported_platforms"] [workspace.dependencies.tikv-jemallocator] version = "0.5.4" default-features = false -features = ["unprefixed_malloc_on_supported_platforms"] +features = ["stats", "unprefixed_malloc_on_supported_platforms"] [workspace.dependencies.tikv-jemalloc-ctl] version = "0.5.4" default-features = false