summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFredrik Meringdal <fredrikmeringdal@Fredriks-MacBook-Pro.local>2021-02-04 01:45:19 +0100
committerFredrik Meringdal <fredrikmeringdal@Fredriks-MacBook-Pro.local>2021-02-04 01:45:19 +0100
commit9b4c2c60debfd8ed81801425fd2a230c67bbd147 (patch)
tree3206d3a70125c24dcd906e0cd53b6a770a606157
parentfd457543032fecf28f3919e697921b7898e2e536 (diff)
downloadrust_rrule-9b4c2c60debfd8ed81801425fd2a230c67bbd147.zip
bug fix
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1e94a8e..0745eab 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.1"
+version = "0.5.2"
documentation = "https://docs.rs/rrule"
repository = "https://github.com/fmeringdal/rust_rrule"
authors = ["Fredrik Meringdal"]