From 3b21b21bc9372efc0fd1e8ce744b45c1495fd640 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 28 Jul 2023 00:17:23 +0800 Subject: [PATCH] fix name Signed-off-by: Jay Lee --- jemalloc-ctl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jemalloc-ctl/Cargo.toml b/jemalloc-ctl/Cargo.toml index 65b9e6c..5f87cb7 100644 --- a/jemalloc-ctl/Cargo.toml +++ b/jemalloc-ctl/Cargo.toml @@ -36,7 +36,7 @@ jemallocator = { path = "../jemallocator", version = "0.5.0" } [features] default = [] use_std = [ "libc/use_std" ] -disable_initial_exec_tls = ["tikv-jemalloc-sys/disable_initial_exec_tls"] +disable_initial_exec_tls = ["jemalloc-sys/disable_initial_exec_tls"] [package.metadata.docs.rs] rustdoc-args = [ "--cfg", "jemallocator_docs" ]