mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
chore: disable itertools default features (#13500)
This commit is contained in:
@@ -46,7 +46,7 @@ tokio.workspace = true
|
||||
|
||||
## misc
|
||||
eyre.workspace = true
|
||||
itertools.workspace = true
|
||||
itertools = { workspace = true, features = ["use_std"] }
|
||||
metrics.workspace = true
|
||||
parking_lot.workspace = true
|
||||
rmp-serde = "1.3"
|
||||
|
||||
@@ -25,7 +25,7 @@ alloy-serde = { workspace = true, optional = true }
|
||||
|
||||
bytes = { workspace = true, optional = true }
|
||||
derive_more.workspace = true
|
||||
itertools.workspace = true
|
||||
itertools= { workspace = true, features = ["use_alloc"] }
|
||||
nybbles = { workspace = true, features = ["rlp"] }
|
||||
|
||||
# `serde` feature
|
||||
|
||||
Reference in New Issue
Block a user