summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFredrik Meringdal <fmeringdal@hotmail.com>2021-05-16 12:51:04 +0200
committerFredrik Meringdal <fmeringdal@hotmail.com>2021-05-16 12:51:04 +0200
commit921c18a36011a86610a7618753f307c7ed49752e (patch)
treee2f8da0b05cd991197b9704eca175996cc5db47d
parentc649b501bd3f4c92eead441344534c6b7bb31000 (diff)
downloadrust_rrule-921c18a36011a86610a7618753f307c7ed49752e.zip
version bumpHEADmain
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1ac3a41..cee00dd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
name = "rrule"
description = "A pure Rust implementation of recurrence rules as defined in the iCalendar RFC."
license = "MIT"
-version = "0.5.7"
+version = "0.5.8"
documentation = "https://docs.rs/rrule"
repository = "https://github.com/fmeringdal/rust_rrule"
authors = ["Fredrik Meringdal"]