diff options
author | Fredrik Meringdal <fmeringdal@hotmail.com> | 2021-05-16 12:51:04 +0200 |
---|---|---|
committer | Fredrik Meringdal <fmeringdal@hotmail.com> | 2021-05-16 12:51:04 +0200 |
commit | 921c18a36011a86610a7618753f307c7ed49752e (patch) | |
tree | e2f8da0b05cd991197b9704eca175996cc5db47d | |
parent | c649b501bd3f4c92eead441344534c6b7bb31000 (diff) | |
download | rust_rrule-921c18a36011a86610a7618753f307c7ed49752e.zip |
-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.5.7" +version = "0.5.8" documentation = "https://docs.rs/rrule" repository = "https://github.com/fmeringdal/rust_rrule" authors = ["Fredrik Meringdal"] |