feat(primitives): remove mod ethers_compat (#4771)

This commit is contained in:
Thomas Coratger
2023-09-26 21:03:49 +02:00
committed by GitHub
parent 1b16d804ef
commit 4dbd8835e5
3 changed files with 3 additions and 0 deletions

View File

@ -70,6 +70,7 @@ tempfile = { version = "3.3", optional = true }
# reth
reth-discv4 = { path = "../discv4", features = ["test-utils"] }
reth-interfaces = { workspace = true, features = ["test-utils"] }
reth-primitives = { workspace = true, features = ["test-utils"] }
# we need to enable the test-utils feature in our own crate to use utils in
# integration tests