summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFredrik Meringdal <fmeringdal@hotmail.com>2020-10-25 01:44:05 +0200
committerFredrik Meringdal <fmeringdal@hotmail.com>2020-10-25 01:44:05 +0200
commit13fe8f487ca310bba001d58b0e2d53969e9f852c (patch)
treeda1c76779f968bac3d8c0ab6ce5fd078604d1042 /Cargo.toml
parent7c1d074fe07e84ee19b30b39dabe1ebbf16a077a (diff)
downloadrust_rrule-13fe8f487ca310bba001d58b0e2d53969e9f852c.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 3b6f26c..e2e20e5 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.0"
+version = "0.2.1"
authors = ["Fredrik Meringdal"]
edition = "2018"