fix: jemalloc error does not implement Error (#1747)

This commit is contained in:
Lei, HUANG
2023-06-09 12:00:50 +08:00
committed by GitHub
parent f91cd250f8
commit 910c950717

View File

@@ -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