Update to new itertools version

This commit is contained in:
2019-02-18 15:08:36 +01:00
parent ec6a14a43b
commit 171d9fa2e9
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ description = "Implementation of the problems of Advent of Code 2018"
clap = "2.32"
regex = "1.1.0"
chrono = "0.4.6"
itertools = "0.7.11"
itertools = "0.8"
[dev-dependencies]
bencher = "0.1.5"