summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFredrik Meringdal <fredrikmeringdal@Fredriks-MacBook-Pro.local>2021-02-03 23:29:29 +0100
committerFredrik Meringdal <fredrikmeringdal@Fredriks-MacBook-Pro.local>2021-02-03 23:29:29 +0100
commitc76c0c9221181afd8e08dbed2a784a35a5e129f4 (patch)
treeabb6a27f40e4308e164601008d32170785b0c829
parent1cba0c366becf94bb2934f12658319b283283ba1 (diff)
downloadrust_rrule-c76c0c9221181afd8e08dbed2a784a35a5e129f4.zip
version
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1dee9f7..1e94a8e 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.0"
+version = "0.5.1"
documentation = "https://docs.rs/rrule"
repository = "https://github.com/fmeringdal/rust_rrule"
authors = ["Fredrik Meringdal"]