mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: bump metrics (#4265)
This commit is contained in:
@ -16,7 +16,10 @@ reth-primitives.workspace = true
|
||||
reth-db.workspace = true
|
||||
reth-provider.workspace = true
|
||||
reth-interfaces.workspace = true
|
||||
|
||||
# metrics
|
||||
reth-metrics.workspace = true
|
||||
metrics = "0.21.1" # Needed for `metrics-macro` to resolve the crate using `::metrics` notation
|
||||
|
||||
# misc
|
||||
tracing.workspace = true
|
||||
|
||||
@ -2,6 +2,6 @@ mod error;
|
||||
mod metrics;
|
||||
mod pruner;
|
||||
|
||||
use crate::metrics::Metrics;
|
||||
pub use error::PrunerError;
|
||||
use metrics::Metrics;
|
||||
pub use pruner::{BatchSizes, Pruner, PrunerResult, PrunerWithResult};
|
||||
|
||||
Reference in New Issue
Block a user