fix: remove unprefixed_malloc_on_supported_platforms feature from tikv-jemallocator

pull/24376/head
Andrew Lamb 2021-08-13 08:24:15 -05:00
parent 05de6c0e31
commit cedaf2d5f2
1 changed files with 1 additions and 1 deletions

View File

@ -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"] }