summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFredrik Meringdal <fredrikmeringdal@Fredriks-MacBook-Pro.local>2021-04-07 11:19:23 +0200
committerFredrik Meringdal <fredrikmeringdal@Fredriks-MacBook-Pro.local>2021-04-07 11:19:23 +0200
commita4ce2bedf7da9d40a8af524c41e9ea8332f966b2 (patch)
tree0c51cab00cb6267d4231dc9baae895abde0b87be
parent0bd697fefe15f1290351aee0a676a0d67db4fa09 (diff)
downloadrust_rrule-a4ce2bedf7da9d40a8af524c41e9ea8332f966b2.zip
version bump
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 96e8fdc..a0f6c9c 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.5"
+version = "0.5.6"
documentation = "https://docs.rs/rrule"
repository = "https://github.com/fmeringdal/rust_rrule"
authors = ["Fredrik Meringdal"]