summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFredrik Meringdal <fredrikmeringdal@Fredriks-MacBook-Pro.local>2021-04-07 11:48:10 +0200
committerFredrik Meringdal <fredrikmeringdal@Fredriks-MacBook-Pro.local>2021-04-07 11:48:10 +0200
commit7c8d64b028b3c7c1b55b55ad088ecbcb48d8bdc5 (patch)
tree11c609b5138b43eaf769246ca2a07a45a70883e9
parente8d0d3b8cd54120fbbba4ae1be9ebacc44c7c979 (diff)
downloadrust_rrule-7c8d64b028b3c7c1b55b55ad088ecbcb48d8bdc5.zip
version bump
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a0f6c9c..1ac3a41 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.6"
+version = "0.5.7"
documentation = "https://docs.rs/rrule"
repository = "https://github.com/fmeringdal/rust_rrule"
authors = ["Fredrik Meringdal"]