default-alloc: fix wildcard dependency

This commit is contained in:
Matthias Schiffer 2025-03-16 12:17:07 +01:00
parent 974a0f37df
commit 6e5b958912
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C

View file

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