diff --git a/crates/trie/common/Cargo.toml b/crates/trie/common/Cargo.toml index 73d9a3a85..4486573b0 100644 --- a/crates/trie/common/Cargo.toml +++ b/crates/trie/common/Cargo.toml @@ -107,6 +107,7 @@ test-utils = [ "reth-codecs/test-utils", ] arbitrary = [ + "std", "dep:reth-codecs", "alloy-trie/arbitrary", "dep:arbitrary",