Skip to content

Commit

Permalink
fix: enable js-tracer (#11087)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Sep 21, 2024
1 parent b56d638 commit f141a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/node/builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ reth-rpc-builder.workspace = true
reth-rpc-engine-api.workspace = true
reth-rpc-eth-types.workspace = true
reth-rpc-layer.workspace = true
reth-rpc.workspace = true
reth-rpc = { workspace = true, features = ["js-tracer"] }
reth-stages.workspace = true
reth-static-file.workspace = true
reth-tasks.workspace = true
Expand Down

0 comments on commit f141a74

Please sign in to comment.