summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFredrik Meringdal <fmeringdal@hotmail.com>2020-10-25 12:18:36 +0100
committerFredrik Meringdal <fmeringdal@hotmail.com>2020-10-25 12:18:36 +0100
commit9a1821ae33ad4535000d6790b690f8efa2d76d0f (patch)
treebb36b40340d31b18b2a37de5743f7e3722215289 /Cargo.toml
parentec413b074e426b4830e895efbf8029f8e0dc9ee0 (diff)
downloadrust_rrule-9a1821ae33ad4535000d6790b690f8efa2d76d0f.zip
cargo.toml
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 75c2db4..29e2fa0 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.2"
+version = "0.2.3"
authors = ["Fredrik Meringdal"]
edition = "2018"