From ba8100be0ee2f83d1b0853418cc4620fc3602d52 Mon Sep 17 00:00:00 2001 From: Kai Sickeler Date: Sat, 6 Aug 2016 17:24:37 +0200 Subject: [PATCH] Upgrade toml dependency to 0.2 --- libimagentryview/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libimagentryview/Cargo.toml b/libimagentryview/Cargo.toml index 43c2830c..42b6fa8d 100644 --- a/libimagentryview/Cargo.toml +++ b/libimagentryview/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Matthias Beyer "] [dependencies] log = "0.3" -toml = "0.1.25" +toml = "0.2.*" glob = "0.2.11" [dependencies.libimagstore]