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:
@ -18,7 +18,7 @@ workflows:
|
||||
# Ignore the case that `A` it outside of the workspace. Otherwise it will report errors in external dependencies that we have no influence on.
|
||||
|
||||
"--left-side-outside-workspace=ignore",
|
||||
# Auxillary flags:
|
||||
# Auxilary flags:
|
||||
"--offline",
|
||||
"--locked",
|
||||
"--show-path",
|
||||
|
||||
@ -505,7 +505,7 @@ fdlimit = "0.3.0"
|
||||
generic-array = "0.14"
|
||||
humantime = "2.1"
|
||||
humantime-serde = "1.1"
|
||||
itertools = "0.13"
|
||||
itertools = { version = "0.13", default-features = false }
|
||||
linked_hash_set = "0.1"
|
||||
modular-bitfield = "0.11.2"
|
||||
notify = { version = "6.1.1", default-features = false, features = [
|
||||
|
||||
@ -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