mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-04-12 00:05:07 +02:00
Merge pull request #74 from neocturne/no-wildcard-dep
default-alloc: fix wildcard dependency
This commit is contained in:
commit
d638c810f2
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Reference in a new issue