chore: disable itertools default features (#13500)

This commit is contained in:
Matthias Seitz
2024-12-22 20:31:12 +01:00
committed by GitHub
parent 0a5e430268
commit 1d0bb3d127
4 changed files with 4 additions and 4 deletions

View File

@ -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"