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:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user