feat(primitives): move revm-primitives to reth-primitives (#5088)

This commit is contained in:
Thomas Coratger
2023-10-20 00:35:46 +02:00
committed by GitHub
parent 5dd5555c5c
commit 5d217a2867
32 changed files with 90 additions and 109 deletions

View File

@ -28,7 +28,6 @@ proptest-derive = { workspace = true, optional = true }
[dev-dependencies]
revm-primitives = { workspace = true, features = ["serde", "arbitrary"] }
serde = "1.0"
modular-bitfield = "0.11.2"
test-fuzz = "4"