summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFredrik Meringdal <fmeringdal@hotmail.com>2020-10-26 21:51:47 +0100
committerFredrik Meringdal <fmeringdal@hotmail.com>2020-10-26 21:51:47 +0100
commitceefc15c9dba0b6e0c53e303837a634d712631c6 (patch)
treee5b1b4ff85f1900a3b60245524a754bd5c683600 /Cargo.toml
parent6fa125473b7d9e6931353a48c67a106f9becac9a (diff)
downloadrust_rrule-ceefc15c9dba0b6e0c53e303837a634d712631c6.zip
crate version
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 ee1c7b2..fb2e35e 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.5"
+version = "0.2.6"
documentation = "https://docs.rs/rrule"
repository = "https://github.com/fmeringdal/rust_rrule"
authors = ["Fredrik Meringdal"]