mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: make txpool cargo test compile (#4058)
This commit is contained in:
@ -30,7 +30,7 @@ auto_impl = "1.0"
|
||||
thiserror.workspace = true
|
||||
tracing.workspace = true
|
||||
rand.workspace = true
|
||||
arbitrary = { version = "1.1.7", features = ["derive"], optional = true }
|
||||
arbitrary = { workspace = true, features = ["derive"], optional = true }
|
||||
secp256k1 = { workspace = true, default-features = false, features = [
|
||||
"alloc",
|
||||
"recovery",
|
||||
@ -44,7 +44,7 @@ clap = { version = "4", features = ["derive"], optional = true }
|
||||
reth-db = { path = "../storage/db", features = ["test-utils"] }
|
||||
tokio = { workspace = true, features = ["full"] }
|
||||
tokio-stream = { workspace = true, features = ["sync"] }
|
||||
arbitrary = { version = "1.1.7", features = ["derive"] }
|
||||
arbitrary = { workspace = true, features = ["derive"] }
|
||||
hex-literal = "0.3"
|
||||
secp256k1 = { workspace = true, features = [
|
||||
"alloc",
|
||||
|
||||
Reference in New Issue
Block a user