mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-09 15:28:01 -05:00
fix(deps): Fix dev-deps for reth-primitives (#12612)
This commit is contained in:
@@ -12,7 +12,7 @@ repository.workspace = true
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
reth-primitives = { workspace = true, features = ["secp256k1"] }
|
||||
reth-primitives = { workspace = true, features = ["secp256k1", "arbitrary"] }
|
||||
|
||||
alloy-genesis.workspace = true
|
||||
alloy-primitives.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user