From 910c950717fd90dcc712860af46e6e4de8869d3b Mon Sep 17 00:00:00 2001 From: "Lei, HUANG" <6406592+v0y4g3r@users.noreply.github.com> Date: Fri, 9 Jun 2023 12:00:50 +0800 Subject: [PATCH] fix: jemalloc error does not implement Error (#1747) --- src/servers/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/servers/Cargo.toml b/src/servers/Cargo.toml index 2908ef17ef..693453a023 100644 --- a/src/servers/Cargo.toml +++ b/src/servers/Cargo.toml @@ -73,7 +73,7 @@ snap = "1" sql = { path = "../sql" } strum = { version = "0.24", features = ["derive"] } table = { path = "../table" } -tikv-jemalloc-ctl = "0.5" +tikv-jemalloc-ctl = { version = "0.5", features = ["use_std"] } tokio-rustls = "0.24" tokio-stream = { version = "0.1", features = ["net"] } tokio.workspace = true