diff --git a/crates/default-alloc/Cargo.toml b/crates/default-alloc/Cargo.toml index 40f9e7e..b03a871 100644 --- a/crates/default-alloc/Cargo.toml +++ b/crates/default-alloc/Cargo.toml @@ -11,7 +11,7 @@ repository.workspace = true tikv-jemallocator = { version = "0.6.0", optional = true } [target.'cfg(target_env = "musl")'.dependencies] -tikv-jemallocator = "*" +tikv-jemallocator = "0.6.0" [features] jemalloc = ["dep:tikv-jemallocator"]