mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: disable itertools default features (#13500)
This commit is contained in:
@ -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