Merge pull request #74 from neocturne/no-wildcard-dep

default-alloc: fix wildcard dependency
This commit is contained in:
Matthias Schiffer 2025-03-16 12:23:40 +01:00 committed by GitHub
commit d638c810f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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