Upgrade itertools to 0.9
This commit is contained in:
parent
3c9d968f7e
commit
c02ad9637d
|
|
@ -6,7 +6,7 @@ edition = "2018"
|
|||
|
||||
[dependencies]
|
||||
alga = "0.9"
|
||||
itertools = "0.8"
|
||||
itertools = "0.9"
|
||||
obj = "0.9"
|
||||
quickcheck = "0.9"
|
||||
quickcheck_macros = "0.8"
|
||||
|
|
|
|||
Loading…
Reference in New Issue