mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-08 22:32:55 +00:00
fix: jemalloc error does not implement Error (#1747)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user