diff options
author | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-10-25 12:15:14 +0100 |
---|---|---|
committer | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-10-25 12:15:14 +0100 |
commit | ca355e4958fa547c92c851835fa8edf7ba113ff9 (patch) | |
tree | 008c189c75c4d318d5045d2751e158f84547e97c /Cargo.toml | |
parent | 13fe8f487ca310bba001d58b0e2d53969e9f852c (diff) | |
download | rust_rrule-ca355e4958fa547c92c851835fa8edf7ba113ff9.zip |
restructuring
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.1" +version = "0.2.2" authors = ["Fredrik Meringdal"] edition = "2018" |