Update itertools to fix compilation error
This commit is contained in:
parent
4202cc8f2e
commit
5bd23d56bb
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue