diff --git a/Cargo.toml b/Cargo.toml index 05e9f77e27..3710ca13d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -110,7 +110,7 @@ serde_urlencoded = "0.7.0" snafu = "0.6.9" structopt = "0.3.21" thiserror = "1.0.23" -tikv-jemallocator = {version = "0.4.0", features = ["unprefixed_malloc_on_supported_platforms"] } +tikv-jemallocator = {version = "0.4.0" } tikv-jemalloc-ctl = "0.4.0" tokio = { version = "1.0", features = ["macros", "rt-multi-thread", "parking_lot", "signal"] } tokio-stream = { version = "0.1.2", features = ["net"] }