Trivial typo fix. Fixes:4bf6d0c4d7
("adds unprefixed_malloc_on_supported_platforms to jemalloc (#20317)") (cherry picked from commit8ae88632cb
) Co-authored-by: Ivan Mironov <mironov.ivan@gmail.com>
This commit is contained in:
@ -51,7 +51,7 @@ solana-vote-program = { path = "../programs/vote", version = "=1.7.15" }
|
|||||||
symlink = "0.1.0"
|
symlink = "0.1.0"
|
||||||
|
|
||||||
[target.'cfg(not(target_env = "msvc"))'.dependencies]
|
[target.'cfg(not(target_env = "msvc"))'.dependencies]
|
||||||
jemallocator = {package = "tikv-jemallocator", version = "0.4.1", feautres = ["unprefixed_malloc_on_supported_platforms"]}
|
jemallocator = {package = "tikv-jemallocator", version = "0.4.1", features = ["unprefixed_malloc_on_supported_platforms"]}
|
||||||
|
|
||||||
[target."cfg(unix)".dependencies]
|
[target."cfg(unix)".dependencies]
|
||||||
libc = "0.2.81"
|
libc = "0.2.81"
|
||||||
|
Reference in New Issue
Block a user