From a4eaab5d56c10cba26b351a0bdfcb478828678ed Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 17 Apr 2016 21:00:31 +0200 Subject: [PATCH] libimaginteraction Update regex 0.1.x -> 0.1.* --- libimaginteraction/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libimaginteraction/Cargo.toml b/libimaginteraction/Cargo.toml index 5b4d8243..f1457ac1 100644 --- a/libimaginteraction/Cargo.toml +++ b/libimaginteraction/Cargo.toml @@ -8,7 +8,7 @@ spinner = "0.4" interactor = "0.1" log = "0.3.5" ansi_term = "0.7.2" -regex = "0.1.62" +regex = "0.1" lazy_static = "0.1.15" [dependencies.libimagstore]