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:
parent
1d320ed387
commit
3eadc6844b
17 changed files with 18 additions and 18 deletions
|
@ -10,7 +10,7 @@ test = false
|
|||
# tidy-alphabetical-start
|
||||
bitflags = "1.0"
|
||||
cstr = "0.2"
|
||||
itertools = "0.10.5"
|
||||
itertools = "0.11"
|
||||
libc = "0.2"
|
||||
measureme = "10.0.0"
|
||||
object = { version = "0.32.0", default-features = false, features = ["std", "read"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue