diff options
author | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-11-01 22:37:40 +0100 |
---|---|---|
committer | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-11-01 22:37:40 +0100 |
commit | 220c27fc152d8ad533e5450af2157b1061a47332 (patch) | |
tree | b7fdccad56eb9d1b4c50427dda7e3db6ef4be92c /Cargo.toml | |
parent | 000c7c9900cbe93f5a72bbbef3ad4eaa3906b132 (diff) | |
download | rust_rrule-220c27fc152d8ad533e5450af2157b1061a47332.zip |
Readme + crate version
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.3.0" +version = "0.3.1" documentation = "https://docs.rs/rrule" repository = "https://github.com/fmeringdal/rust_rrule" authors = ["Fredrik Meringdal"] |