Skip to content

Commit

Permalink
fix: don't enable foldhash by default (#771)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes authored Oct 13, 2024
1 parent 0441d79 commit a7486f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ criterion.workspace = true
serde_json.workspace = true

[features]
default = ["std", "map-foldhash"]
default = ["std", "map"]
std = [
"bytes/std",
"hex/std",
Expand Down

0 comments on commit a7486f4

Please sign in to comment.