chore: remove rayon from reth primitives (#13711)

This commit is contained in:
Matthias Seitz
2025-01-07 22:00:48 +01:00
committed by GitHub
parent 7fca8ceb3f
commit 760062288e
5 changed files with 5 additions and 48 deletions

View File

@ -53,7 +53,6 @@ derive_more.workspace = true
modular-bitfield = { workspace = true, optional = true }
once_cell.workspace = true
rand = { workspace = true, optional = true }
rayon.workspace = true
serde.workspace = true
serde_with = { workspace = true, optional = true }