summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFredrik Meringdal <fredrikmeringdal@Fredriks-MacBook-Pro.local>2021-02-03 22:56:33 +0100
committerFredrik Meringdal <fredrikmeringdal@Fredriks-MacBook-Pro.local>2021-02-03 22:56:33 +0100
commit012d5c2b5f0336e0f8ffa2670a28de2d451643a7 (patch)
tree36a37d6b9a5a15dbdaf27240782898db2203b95f
parentb4992cccbf30ab9afe4c9d72790f91a3384262e4 (diff)
downloadrust_rrule-012d5c2b5f0336e0f8ffa2670a28de2d451643a7.zip
version
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c75429f..1dee9f7 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.8"
+version = "0.5.0"
documentation = "https://docs.rs/rrule"
repository = "https://github.com/fmeringdal/rust_rrule"
authors = ["Fredrik Meringdal"]