From fe189c535ec502103a0bdf312b00877e1c8796b9 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 17 Apr 2016 15:48:51 +0200 Subject: [PATCH] libimagtag: Update itertools --- libimagentrytag/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libimagentrytag/Cargo.toml b/libimagentrytag/Cargo.toml index 43d73b37..ae9cc6db 100644 --- a/libimagentrytag/Cargo.toml +++ b/libimagentrytag/Cargo.toml @@ -8,7 +8,7 @@ clap = "2.1.1" log = "0.3.5" regex = "0.1.47" toml = "0.1.25" -itertools = "0.4.7" +itertools = "0.4" [dependencies.libimagstore] path = "../libimagstore"