From 88519a16daffc1694c765b96fd0b7a9510f0a615 Mon Sep 17 00:00:00 2001 From: Hendrik Sollich Date: Sun, 19 Feb 2017 01:51:16 +0100 Subject: updated dependencies --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ff9d338..b14ff31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Hendrik Sollich "] name = "icalendar" -version = "0.2.0" +version = "0.3.0" license = "MIT/Apache-2.0" description = "Early, minimal icalendar crate." @@ -20,10 +20,10 @@ include = [ [dependencies] -chrono = "0.2" +chrono = "0.3" #error-chain = "*" #vobject = {path="../hub/vobject"} [dependencies.uuid] features = ["v4"] -version = "0.3" +version = "0.4" -- cgit v1.2.3