summaryrefslogtreecommitdiffstats
path: root/imag-todo
diff options
context:
space:
mode:
authorKai Sickeler <k.sickeler@gmail.com>2016-08-06 17:27:41 +0200
committerKai Sickeler <k.sickeler@gmail.com>2016-08-06 17:27:41 +0200
commit8f2801fb6a24d279613c94218146d0845f1f4027 (patch)
tree34fc176739e1dd83ce59d800de2c33682d801374 /imag-todo
parent420f1d5380f189d79b61f86dbe37fe0473d42055 (diff)
Upgrade toml dependency to 0.2
Diffstat (limited to 'imag-todo')
-rw-r--r--imag-todo/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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]