diff options
author | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-10-31 23:12:03 +0100 |
---|---|---|
committer | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-10-31 23:12:03 +0100 |
commit | f923e14ebe037c63f081ea036a9a259c5abd0935 (patch) | |
tree | 32488dab8e1861a0effa6d80f78e10bc5be73722 /Cargo.toml | |
parent | a3b16be07bc31f28a50a37beef42655b62dd9558 (diff) | |
download | rust_rrule-f923e14ebe037c63f081ea036a9a259c5abd0935.zip |
docs and version bump
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 (partial) implementation of recurrence rules as defined in the iCalendar RFC." license = "MIT" -version = "0.2.8" +version = "0.3.0" documentation = "https://docs.rs/rrule" repository = "https://github.com/fmeringdal/rust_rrule" authors = ["Fredrik Meringdal"] |