mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: Alloy migration (#4737)
Co-authored-by: Alessandro Mazza <121622391+alessandromazza98@users.noreply.github.com> Co-authored-by: Supernovahs.eth <91280922+supernovahs@users.noreply.github.com> Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
This commit is contained in:
@ -33,7 +33,7 @@ rayon.workspace = true
|
||||
thiserror.workspace = true
|
||||
|
||||
# optional deps for the test-utils feature
|
||||
reth-rlp = { workspace = true, optional = true }
|
||||
alloy-rlp = { workspace = true, optional = true }
|
||||
tempfile = { version = "3.3", optional = true }
|
||||
itertools = { workspace = true, optional = true }
|
||||
|
||||
@ -44,10 +44,10 @@ reth-tracing = { path = "../../tracing" }
|
||||
|
||||
assert_matches.workspace = true
|
||||
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
|
||||
reth-rlp.workspace = true
|
||||
alloy-rlp.workspace = true
|
||||
itertools.workspace = true
|
||||
|
||||
tempfile = "3.3"
|
||||
|
||||
[features]
|
||||
test-utils = ["dep:reth-rlp", "dep:tempfile", "dep:itertools"]
|
||||
test-utils = ["dep:alloy-rlp", "dep:tempfile", "dep:itertools"]
|
||||
|
||||
Reference in New Issue
Block a user