Skip to content

Commit 26480c5

Browse files
author
keanji-x
committed
pub use metric
1 parent beee28c commit 26480c5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ reth-pipe-exec-layer-ext-v2.workspace = true
4242
reqwest.workspace = true
4343
async-trait.workspace = true
4444
gravity-storage.workspace = true
45+
reth-metrics.workspace = true
4546

4647
[workspace.package]
4748
version = "1.0.7"

src/lib.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ pub use reth_rpc_layer;
3030
pub use reth_rpc_types;
3131
pub use reth_tasks;
3232
pub use reth_tracing;
33-
pub use reth_transaction_pool;
33+
pub use reth_transaction_pool;
34+
pub use reth_metrics;

0 commit comments

Comments
 (0)