summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFredrik Meringdal <fmeringdal@hotmail.com>2020-10-31 23:12:03 +0100
committerFredrik Meringdal <fmeringdal@hotmail.com>2020-10-31 23:12:03 +0100
commitf923e14ebe037c63f081ea036a9a259c5abd0935 (patch)
tree32488dab8e1861a0effa6d80f78e10bc5be73722 /Cargo.toml
parenta3b16be07bc31f28a50a37beef42655b62dd9558 (diff)
downloadrust_rrule-f923e14ebe037c63f081ea036a9a259c5abd0935.zip
docs and version bump
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 b16637f..1d58abf 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.8"
+version = "0.3.0"
documentation = "https://docs.rs/rrule"
repository = "https://github.com/fmeringdal/rust_rrule"
authors = ["Fredrik Meringdal"]