From 4059112b4e6fbe6fd1b9c6640c031a2c346f6225 Mon Sep 17 00:00:00 2001 From: John Renner Date: Fri, 7 May 2021 12:41:07 -0700 Subject: Use package renaming so source doesn't say tikv --- crates/profile/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crates/profile') diff --git a/crates/profile/Cargo.toml b/crates/profile/Cargo.toml index 98df79a8f..1a8c8f862 100644 --- a/crates/profile/Cargo.toml +++ b/crates/profile/Cargo.toml @@ -15,14 +15,14 @@ cfg-if = "1" libc = "0.2.73" la-arena = { version = "0.2.0", path = "../../lib/arena" } countme = { version = "2.0.1", features = ["enable"] } -tikv-jemalloc-ctl = { version = "0.4.1", optional = true } +jemalloc-ctl = { version = "0.4.1", package = "tikv-jemalloc-ctl", optional = true } [target.'cfg(target_os = "linux")'.dependencies] perf-event = "0.4" [features] cpu_profiler = [] -jemalloc = ["tikv-jemalloc-ctl"] +jemalloc = ["jemalloc-ctl"] # Uncomment to enable for the whole crate graph # default = [ "cpu_profiler" ] -- cgit v1.2.3