chore(db): enable arbitrary feature on reth-db-models (#10384)

This commit is contained in:
Roman Krasiuk
2024-08-19 12:51:32 -07:00
committed by GitHub
parent d9938a508d
commit 1573746cef

View File

@ -66,6 +66,7 @@ assert_matches.workspace = true
test-utils = ["arbitrary"]
arbitrary = [
"reth-primitives/arbitrary",
"reth-db-models/arbitrary",
"dep:arbitrary",
"dep:proptest",
]