mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(db): enable arbitrary feature on reth-db-models (#10384)
This commit is contained in:
@ -66,6 +66,7 @@ assert_matches.workspace = true
|
||||
test-utils = ["arbitrary"]
|
||||
arbitrary = [
|
||||
"reth-primitives/arbitrary",
|
||||
"reth-db-models/arbitrary",
|
||||
"dep:arbitrary",
|
||||
"dep:proptest",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user