diff options
author | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-11-06 12:30:05 +0100 |
---|---|---|
committer | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-11-06 12:30:05 +0100 |
commit | 2b01efb41ca728e8c31dd7e450c38c9d1d3ce6c0 (patch) | |
tree | 38e93e2d3c4dc3bb29eae8deeb2a478e5f35571a /Cargo.toml | |
parent | 4ee1c74c245aa5c2fdee6cb13e470805fca7401f (diff) | |
download | rust_rrule-2b01efb41ca728e8c31dd7e450c38c9d1d3ce6c0.zip |
docs
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.2" +version = "0.3.3" documentation = "https://docs.rs/rrule" repository = "https://github.com/fmeringdal/rust_rrule" authors = ["Fredrik Meringdal"] |