From 1b280b2f186bcee997bcb556840063de5b28a687 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-tag/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imag-tag/Cargo.toml b/imag-tag/Cargo.toml index 5cd1df03..c3ed51ef 100644 --- a/imag-tag/Cargo.toml +++ b/imag-tag/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Matthias Beyer "] [dependencies] clap = "2.1.1" -log = "0.3.5" +log = "0.3" version = "2.0.1" semver = "0.2.1" toml = "0.1.25"