summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFredrik Meringdal <fmeringdal@hotmail.com>2020-11-01 22:37:40 +0100
committerFredrik Meringdal <fmeringdal@hotmail.com>2020-11-01 22:37:40 +0100
commit220c27fc152d8ad533e5450af2157b1061a47332 (patch)
treeb7fdccad56eb9d1b4c50427dda7e3db6ef4be92c /Cargo.toml
parent000c7c9900cbe93f5a72bbbef3ad4eaa3906b132 (diff)
downloadrust_rrule-220c27fc152d8ad533e5450af2157b1061a47332.zip
Readme + 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 1d58abf..e3f2357 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.3.0"
+version = "0.3.1"
documentation = "https://docs.rs/rrule"
repository = "https://github.com/fmeringdal/rust_rrule"
authors = ["Fredrik Meringdal"]