summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFredrik Meringdal <fmeringdal@hotmail.com>2020-11-13 19:53:44 +0100
committerFredrik Meringdal <fmeringdal@hotmail.com>2020-11-13 19:53:44 +0100
commit05e9450ea926833d2bf466dea720192886e97ff5 (patch)
tree5d925028e90ffa3c408417aa070cf0458cfa6010 /Cargo.toml
parent6706079a22a149d8158bd1a208c740ea4e805a20 (diff)
downloadrust_rrule-05e9450ea926833d2bf466dea720192886e97ff5.zip
Bug fix: unable to parse dtstart when it is date instead of datetime
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 17654ee..3767b93 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
name = "rrule"
description = "A pure Rust implementation of recurrence rules as defined in the iCalendar RFC."
license = "MIT"
-version = "0.3.3"
+version = "0.3.4"
documentation = "https://docs.rs/rrule"
repository = "https://github.com/fmeringdal/rust_rrule"
authors = ["Fredrik Meringdal"]