Skip to content

Commit

Permalink
enable rayon
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Jan 3, 2025
1 parent 55429de commit 3d212cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/node/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ workspace = true
reth-chainspec.workspace = true
reth-consensus.workspace = true
reth-primitives.workspace = true
reth-primitives-traits.workspace = true
reth-primitives-traits = { workspace = true, features = ["rayon"] }
reth-cli-util.workspace = true
reth-db = { workspace = true, features = ["mdbx"] }
reth-storage-errors.workspace = true
Expand Down

0 comments on commit 3d212cc

Please sign in to comment.