diff --git a/validator/Cargo.toml b/validator/Cargo.toml index bbf1f9a7dd..f0c95d3be6 100644 --- a/validator/Cargo.toml +++ b/validator/Cargo.toml @@ -51,7 +51,7 @@ solana-vote-program = { path = "../programs/vote", version = "=1.7.15" } symlink = "0.1.0" [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] libc = "0.2.81"