Update itertools to fix compilation error

This commit is contained in:
Matthew Gordon 2025-09-02 11:19:59 -03:00
parent 4202cc8f2e
commit 5bd23d56bb
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ authors = ["Matthew Gordon <matthew.scott.gordon@gmail.com>"]
edition = "2018"
[dependencies]
itertools = "0.9"
itertools = "0.14"
obj = "0.9"
quickcheck = "0.9"
quickcheck_macros = "0.9"