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:
@ -13,7 +13,11 @@ workspace = true
|
||||
|
||||
[features]
|
||||
ef-tests = []
|
||||
asm-keccak = ["reth-primitives/asm-keccak"]
|
||||
asm-keccak = [
|
||||
"reth-primitives/asm-keccak",
|
||||
"alloy-primitives/asm-keccak",
|
||||
"revm/asm-keccak"
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
reth-chainspec.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user