diff options
author | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-10-25 01:44:05 +0200 |
---|---|---|
committer | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-10-25 01:44:05 +0200 |
commit | 13fe8f487ca310bba001d58b0e2d53969e9f852c (patch) | |
tree | da1c76779f968bac3d8c0ab6ce5fd078604d1042 /Cargo.toml | |
parent | 7c1d074fe07e84ee19b30b39dabe1ebbf16a077a (diff) | |
download | rust_rrule-13fe8f487ca310bba001d58b0e2d53969e9f852c.zip |
cargo.toml
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.0" +version = "0.2.1" authors = ["Fredrik Meringdal"] edition = "2018" |