From 62f6478476b941794f7d7a5e21552549ac65efaa Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 10 May 2016 17:54:47 +0200 Subject: [PATCH] Update log: 0.3.* -> 0.3 --- libimagstore/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libimagstore/Cargo.toml b/libimagstore/Cargo.toml index f2af405f..7c0fbf49 100644 --- a/libimagstore/Cargo.toml +++ b/libimagstore/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Matthias Beyer "] fs2 = "0.2.2" glob = "0.2.11" lazy_static = "0.1.15" -log = "0.3.5" +log = "0.3" regex = "0.1" semver = "0.2" toml = "0.1.25"