chore: enable std with arbitrary (#13479)

This commit is contained in:
Matthias Seitz
2024-12-20 13:16:42 +01:00
committed by GitHub
parent 06806758db
commit 42af22fc7c

View File

@ -107,6 +107,7 @@ test-utils = [
"reth-codecs/test-utils", "reth-codecs/test-utils",
] ]
arbitrary = [ arbitrary = [
"std",
"dep:reth-codecs", "dep:reth-codecs",
"alloy-trie/arbitrary", "alloy-trie/arbitrary",
"dep:arbitrary", "dep:arbitrary",