From c29c6bf4a38dd90dd2a953b0118451332f2866cc 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 --- imag-view/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imag-view/Cargo.toml b/imag-view/Cargo.toml index 5dd2504d..b3a52460 100644 --- a/imag-view/Cargo.toml +++ b/imag-view/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Matthias Beyer "] [dependencies] clap = "2.1.1" glob = "0.2.11" -log = "0.3.5" +log = "0.3" rustbox = "0.8.1" semver = "0.2.1" toml = "0.1.25"