mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
lints: move top-level lints to [workspace.lints] manifest table (#5935)
This commit is contained in:
@ -8,6 +8,9 @@ homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "A basic ethereum payload builder for reth that uses the txpool API to build payloads."
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
# reth
|
||||
reth-primitives.workspace = true
|
||||
@ -26,4 +29,4 @@ tracing.workspace = true
|
||||
[features]
|
||||
# This is a workaround for reth-cli crate to allow this as mandatory dependency without breaking the build even if unused.
|
||||
# This makes managing features and testing workspace easier because clippy always builds all members if --workspace is provided
|
||||
optimism = []
|
||||
optimism = []
|
||||
|
||||
Reference in New Issue
Block a user