diff options
author | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-12-04 16:14:39 +0100 |
---|---|---|
committer | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-12-04 16:14:39 +0100 |
commit | 0060c162120c96dabbd78113c29d516d83828f14 (patch) | |
tree | 0915519c099c5984fc4fe90433c85bd3eacf004d | |
parent | 3931287312234b6a5f5da225c2a5b30f8d29e3c6 (diff) | |
download | rust_rrule-0060c162120c96dabbd78113c29d516d83828f14.zip |
cargo version bump
-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.4" +version = "0.3.5" documentation = "https://docs.rs/rrule" repository = "https://github.com/fmeringdal/rust_rrule" authors = ["Fredrik Meringdal"] |