Skip to content

Commit

Permalink
fix: Modifying feature dependencies (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymousGiga authored Mar 28, 2024
1 parent 40d26b7 commit 75230b2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions bin/reth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ ethereum = []
open_performance_dashboard = [
"reth-stages/open_performance_dashboard",
"perf-metrics",
"reth-node-builder/open_performance_dashboard"
]
enable_opcode_metrics = [
"perf-metrics/enable_opcode_metrics",
Expand Down
7 changes: 7 additions & 0 deletions crates/node-builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ reth-prune.workspace = true
reth-stages.workspace = true
reth-config.workspace = true

perf-metrics = { workspace = true, optional = true }

## async
futures.workspace = true
Expand All @@ -50,3 +51,9 @@ eyre.workspace = true
fdlimit = "0.3.0"
confy.workspace = true
rayon.workspace = true


[features]
open_performance_dashboard = [
"perf-metrics",
]

0 comments on commit 75230b2

Please sign in to comment.