mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: remove unused op dep (#7252)
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -5584,7 +5584,6 @@ dependencies = [
|
||||
"reth-interfaces",
|
||||
"reth-metrics",
|
||||
"reth-node-ethereum",
|
||||
"reth-node-optimism",
|
||||
"reth-primitives",
|
||||
"reth-provider",
|
||||
"reth-revm",
|
||||
|
||||
@ -40,7 +40,6 @@ reth-primitives = { workspace = true , features = ["test-utils"] }
|
||||
reth-provider = { workspace = true, features = ["test-utils"] }
|
||||
reth-revm.workspace = true
|
||||
reth-node-ethereum.workspace = true
|
||||
reth-node-optimism.workspace = true
|
||||
parking_lot.workspace = true
|
||||
assert_matches.workspace = true
|
||||
|
||||
|
||||
@ -16,6 +16,7 @@
|
||||
issue_tracker_base_url = "https://github.com/paradigmxyz/reth/issues/"
|
||||
)]
|
||||
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]
|
||||
#![cfg_attr(not(test), warn(unused_crate_dependencies))]
|
||||
|
||||
pub mod blockchain_tree;
|
||||
pub use blockchain_tree::BlockchainTree;
|
||||
@ -51,3 +52,5 @@ pub use block_buffer::BlockBuffer;
|
||||
pub mod noop;
|
||||
|
||||
mod state;
|
||||
|
||||
use aquamarine as _;
|
||||
|
||||
Reference in New Issue
Block a user