summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFredrik Meringdal <fmeringdal@hotmail.com>2020-12-16 18:55:01 +0100
committerFredrik Meringdal <fmeringdal@hotmail.com>2020-12-16 18:55:01 +0100
commit11ba7f57d66d87efa034d7cb70b4f8effa70b8c1 (patch)
treef8c1546e4c24daf35534296ea181b147190c6128
parent2c70b134b5d6bd8a49749fed348ae0e6958f8455 (diff)
downloadrust_rrule-11ba7f57d66d87efa034d7cb70b4f8effa70b8c1.zip
cargo version
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c88925d..7aa4725 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.3.5"
+version = "0.3.6"
documentation = "https://docs.rs/rrule"
repository = "https://github.com/fmeringdal/rust_rrule"
authors = ["Fredrik Meringdal"]