1
Fork 0

Update itertools to 0.11.

Because the API for `with_position` improved in 0.11 and I want to use
it.
This commit is contained in:
Nicholas Nethercote 2023-11-14 10:02:52 +11:00
parent 1d320ed387
commit 3eadc6844b
17 changed files with 18 additions and 18 deletions

View file

@ -10,7 +10,7 @@ bitflags = "1.2.1"
elsa = "=1.7.1"
ena = "0.14.2"
indexmap = { version = "2.0.0" }
itertools = "0.10.1"
itertools = "0.11"
jobserver_crate = { version = "0.1.13", package = "jobserver" }
libc = "0.2"
measureme = "10.0.0"