diff --git a/crates/primitives/Cargo.toml b/crates/primitives/Cargo.toml index 1a5be450d..e7e1572db 100644 --- a/crates/primitives/Cargo.toml +++ b/crates/primitives/Cargo.toml @@ -95,7 +95,7 @@ criterion.workspace = true serde_json.workspace = true [features] -default = ["std", "map-foldhash"] +default = ["std", "map"] std = [ "bytes/std", "hex/std",