mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix: feature propagation (#11888)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de> Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
This commit is contained in:
@ -43,5 +43,15 @@ tokio = { workspace = true, features = ["full"] }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
test-utils = ["reth-consensus/test-utils", "parking_lot"]
|
||||
std = ["reth-consensus/std"]
|
||||
test-utils = [
|
||||
"reth-consensus/test-utils",
|
||||
"parking_lot",
|
||||
"reth-network-types/test-utils",
|
||||
"reth-primitives/test-utils"
|
||||
]
|
||||
std = [
|
||||
"reth-consensus/std",
|
||||
"reth-primitives/std",
|
||||
"alloy-eips/std",
|
||||
"alloy-primitives/std"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user