Compare commits

...

1 Commits

Author SHA1 Message Date
Matthew Gordon 5bd23d56bb Update itertools to fix compilation error 2025-09-02 11:19:59 -03:00
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" edition = "2018"
[dependencies] [dependencies]
itertools = "0.9" itertools = "0.14"
obj = "0.9" obj = "0.9"
quickcheck = "0.9" quickcheck = "0.9"
quickcheck_macros = "0.9" quickcheck_macros = "0.9"