From 0ba65c46f6a78ce14912f784d8072f7cb7819fda Mon Sep 17 00:00:00 2001 From: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Date: Sat, 12 Oct 2024 00:48:56 +0200 Subject: [PATCH] fix: don't enable foldhash by default --- crates/primitives/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",