From 36546ca388e73afa43058589e0f71c9522179fc0 Mon Sep 17 00:00:00 2001 From: Kai Sickeler Date: Sat, 6 Aug 2016 17:28:58 +0200 Subject: [PATCH] Upgrade toml dependency to 0.2 --- libimagtodo/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libimagtodo/Cargo.toml b/libimagtodo/Cargo.toml index 7ef12711..09369719 100644 --- a/libimagtodo/Cargo.toml +++ b/libimagtodo/Cargo.toml @@ -7,7 +7,7 @@ authors = ["mario "] semver = "0.2" task-hookrs = "0.2" uuid = "0.2.0" -toml = "0.1.28" +toml = "0.2.*" log = "0.3.6" serde_json = "0.7.3"