mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: fix some warnings (#7515)
This commit is contained in:
@ -54,7 +54,6 @@ reth-node-builder.workspace = true
|
||||
|
||||
# crypto
|
||||
alloy-rlp.workspace = true
|
||||
alloy-chains.workspace = true
|
||||
|
||||
# tracing
|
||||
tracing.workspace = true
|
||||
@ -127,7 +126,7 @@ optimism = [
|
||||
"reth-auto-seal-consensus/optimism",
|
||||
"reth-blockchain-tree/optimism",
|
||||
"dep:reth-node-optimism",
|
||||
"reth-node-core/optimism"
|
||||
"reth-node-core/optimism",
|
||||
]
|
||||
|
||||
# no-op feature flag for switching between the `optimism` and default functionality in CI matrices
|
||||
|
||||
Reference in New Issue
Block a user