Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feta] pub use metric #51

Merged
merged 1 commit into from
Feb 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ reth-pipe-exec-layer-ext-v2.workspace = true
reqwest.workspace = true
async-trait.workspace = true
gravity-storage.workspace = true
reth-metrics.workspace = true

[workspace.package]
version = "1.0.7"
Expand Down
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ pub use reth_rpc_layer;
pub use reth_rpc_types;
pub use reth_tasks;
pub use reth_tracing;
pub use reth_transaction_pool;
pub use reth_transaction_pool;
pub use reth_metrics;
Loading