fix: remove useless arbitrary feature (#9307)

This commit is contained in:
Aurélien
2024-07-04 16:19:22 +02:00
committed by GitHub
parent f759ca6036
commit 180b81af2f

View File

@ -15,7 +15,7 @@ workspace = true
reth-codecs-derive = { path = "./derive", default-features = false }
# eth
alloy-consensus = { workspace = true, optional = true, features = ["arbitrary"] }
alloy-consensus = { workspace = true, optional = true }
alloy-eips = { workspace = true, optional = true }
alloy-genesis = { workspace = true, optional = true }
alloy-primitives.workspace = true