From 420f1d5380f189d79b61f86dbe37fe0473d42055 Mon Sep 17 00:00:00 2001 From: Kai Sickeler Date: Sat, 6 Aug 2016 17:25:43 +0200 Subject: [PATCH] Upgrade toml dependency to 0.2 --- 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 a2c14f01..b1cbc2e5 100644 --- a/imag-tag/Cargo.toml +++ b/imag-tag/Cargo.toml @@ -8,7 +8,7 @@ clap = "2.1.1" log = "0.3" version = "2.0.1" semver = "0.2.1" -toml = "0.1.25" +toml = "0.2.*" [dependencies.libimagstore] path = "../libimagstore"