chore: enable rand in test utils (#14234)

This commit is contained in:
Matthias Seitz
2025-02-05 13:01:39 +01:00
committed by GitHub
parent 2d4ccf10fe
commit 8d35f26db9

View File

@ -50,6 +50,7 @@ test-utils = [
"reth-network-types/test-utils",
"reth-primitives/test-utils",
"reth-primitives-traits/test-utils",
"alloy-primitives/rand",
]
std = [
"reth-consensus/std",