From 8f2801fb6a24d279613c94218146d0845f1f4027 Mon Sep 17 00:00:00 2001 From: Kai Sickeler Date: Sat, 6 Aug 2016 17:27:41 +0200 Subject: [PATCH] Upgrade toml dependency to 0.2 --- imag-todo/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imag-todo/Cargo.toml b/imag-todo/Cargo.toml index 0580c74f..61233707 100644 --- a/imag-todo/Cargo.toml +++ b/imag-todo/Cargo.toml @@ -10,7 +10,7 @@ log = "0.3.6" semver = "0.2.3" serde_json = "0.7.4" task-hookrs = "0.2.0" -toml = "0.1.28" +toml = "0.2.*" version = "2.0.1" [dependencies.libimagrt]