diff options
author | Fredrik Meringdal <fmeringdal@hotmail.com> | 2021-01-05 23:04:42 +0100 |
---|---|---|
committer | Fredrik Meringdal <fmeringdal@hotmail.com> | 2021-01-05 23:04:42 +0100 |
commit | 4b12b6328955612dcb4a248a14d64864d9aecdf1 (patch) | |
tree | 5e9913ef8487b318a5213ec3ec8543aabb9989e4 /Cargo.toml | |
parent | 079ef65aace2d8b6cc1796e61b46224e1d71811a (diff) | |
download | rust_rrule-4b12b6328955612dcb4a248a14d64864d9aecdf1.zip |
expsing a struct
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.7" +version = "0.3.8" documentation = "https://docs.rs/rrule" repository = "https://github.com/fmeringdal/rust_rrule" authors = ["Fredrik Meringdal"] |