Skip to content

Commit d638c81

Browse files
authored
Merge pull request #74 from neocturne/no-wildcard-dep
default-alloc: fix wildcard dependency
2 parents 974a0f3 + 6e5b958 commit d638c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/default-alloc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository.workspace = true
1111
tikv-jemallocator = { version = "0.6.0", optional = true }
1212

1313
[target.'cfg(target_env = "musl")'.dependencies]
14-
tikv-jemallocator = "*"
14+
tikv-jemallocator = "0.6.0"
1515

1616
[features]
1717
jemalloc = ["dep:tikv-jemallocator"]

0 commit comments

Comments
 (0)