diff options
author | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-11-13 19:53:44 +0100 |
---|---|---|
committer | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-11-13 19:53:44 +0100 |
commit | 05e9450ea926833d2bf466dea720192886e97ff5 (patch) | |
tree | 5d925028e90ffa3c408417aa070cf0458cfa6010 /Cargo.toml | |
parent | 6706079a22a149d8158bd1a208c740ea4e805a20 (diff) | |
download | rust_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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"] |