diff options
author | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-12-16 18:55:01 +0100 |
---|---|---|
committer | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-12-16 18:55:01 +0100 |
commit | 11ba7f57d66d87efa034d7cb70b4f8effa70b8c1 (patch) | |
tree | f8c1546e4c24daf35534296ea181b147190c6128 /Cargo.toml | |
parent | 2c70b134b5d6bd8a49749fed348ae0e6958f8455 (diff) | |
download | rust_rrule-11ba7f57d66d87efa034d7cb70b4f8effa70b8c1.zip |
cargo 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 implementation of recurrence rules as defined in the iCalendar RFC." license = "MIT" -version = "0.3.5" +version = "0.3.6" documentation = "https://docs.rs/rrule" repository = "https://github.com/fmeringdal/rust_rrule" authors = ["Fredrik Meringdal"] |