summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFredrik Meringdal <fmeringdal@hotmail.com>2020-10-26 23:59:32 +0100
committerFredrik Meringdal <fmeringdal@hotmail.com>2020-10-26 23:59:32 +0100
commitdb5a3e110be58d13e82cdf4b6e51a5c3c5fac7de (patch)
tree6bed52102fbad2494ab48fb92f8dd5e9a31911e4
parente04c3bb8f58e7addd4b4ce4ecb45d44ea0fc45b3 (diff)
downloadrust_rrule-db5a3e110be58d13e82cdf4b6e51a5c3c5fac7de.zip
crate version
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fb2e35e..f1742b0 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.6"
+version = "0.2.7"
documentation = "https://docs.rs/rrule"
repository = "https://github.com/fmeringdal/rust_rrule"
authors = ["Fredrik Meringdal"]