testing: clean up reth-primitives import (#10760)

This commit is contained in:
nk_ysg
2024-09-07 17:11:29 +08:00
committed by GitHub
parent b554eccab9
commit 5194bcfbcc
6 changed files with 12 additions and 6 deletions

View File

@ -16,6 +16,7 @@ reth-primitives = { workspace = true, features = ["secp256k1"] }
alloy-eips.workspace = true
alloy-genesis.workspace = true
alloy-primitives.workspace = true
rand.workspace = true
secp256k1 = { workspace = true, features = ["rand"] }