diff options
author | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-12-17 14:12:20 +0100 |
---|---|---|
committer | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-12-17 14:12:20 +0100 |
commit | 8b9f6c8a1e7bfef65f834ef7ca76e6ba3f517fad (patch) | |
tree | d4e3fd29494f53d09d07f6780c2474bc9445f506 /Cargo.toml | |
parent | 5540035af22eaefd6d44fe9fa3bcec3f282cc06a (diff) | |
download | rust_rrule-8b9f6c8a1e7bfef65f834ef7ca76e6ba3f517fad.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.6" +version = "0.3.7" documentation = "https://docs.rs/rrule" repository = "https://github.com/fmeringdal/rust_rrule" authors = ["Fredrik Meringdal"] |