summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFredrik Meringdal <fmeringdal@hotmail.com>2020-10-25 12:15:14 +0100
committerFredrik Meringdal <fmeringdal@hotmail.com>2020-10-25 12:15:14 +0100
commitca355e4958fa547c92c851835fa8edf7ba113ff9 (patch)
tree008c189c75c4d318d5045d2751e158f84547e97c /Cargo.toml
parent13fe8f487ca310bba001d58b0e2d53969e9f852c (diff)
downloadrust_rrule-ca355e4958fa547c92c851835fa8edf7ba113ff9.zip
restructuring
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e2e20e5..c00d167 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"