summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index df97c3d..b35fa20 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
authors = ["Hendrik Sollich <hendrik@hoodie.de>"]
name = "icalendar"
-version = "0.3.0"
+version = "0.3.1"
license = "MIT/Apache-2.0"
description = "Early, minimal icalendar crate."
@@ -18,10 +18,10 @@ include = [
[dependencies]
-chrono = "0.3"
+chrono = "0.4"
#error-chain = "*"
#vobject = {path="../hub/vobject"}
[dependencies.uuid]
features = ["v4"]
-version = "0.4"
+version = "0.5"