Janitor: add itertools as a workspace dependency

This commit is contained in:
J-P Nurmi 2023-10-13 13:34:24 +02:00 committed by Simon Hausmann
parent 31ddd7a58d
commit 49c8d94f92
4 changed files with 4 additions and 3 deletions

View file

@ -129,6 +129,7 @@ send_wrapper = { version = "0.6.0" }
cbindgen = { version = "0.26", default-features = false }
toml_edit = "0.20"
css-color-parser2 = { version = "1.0.1" }
itertools = "0.11"
[profile.release]
lto = true

View file

@ -49,7 +49,7 @@ lyon_extra = "1.0.1"
thiserror = "1"
by_address = "1.0.4"
css-color-parser2 = { workspace = true }
itertools = "0.11"
itertools = { workspace = true }
once_cell = "1"
url = "2.2.1"
linked_hash_set = "0.1.4"

View file

@ -21,7 +21,7 @@ name = "test-driver-interpreter"
slint-interpreter = { workspace = true, features = ["display-diagnostics", "compat-1-2"] }
i-slint-backend-testing = { workspace = true, features = ["default"] }
itertools = "0.11"
itertools = { workspace = true }
lazy_static = "1.4.0"
spin_on = "0.1"
test_driver_lib = { path = "../driverlib" }

View file

@ -21,7 +21,7 @@ clap = { version = "4.0", features = ["derive", "wrap_help"] }
polib = "0.2"
[dev-dependencies]
itertools = "0.11"
itertools = { workspace = true }
[[bin]]
name = "slint-tr-extractor"