summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFredrik Meringdal <fmeringdal@hotmail.com>2021-01-05 23:04:42 +0100
committerFredrik Meringdal <fmeringdal@hotmail.com>2021-01-05 23:04:42 +0100
commit4b12b6328955612dcb4a248a14d64864d9aecdf1 (patch)
tree5e9913ef8487b318a5213ec3ec8543aabb9989e4 /Cargo.toml
parent079ef65aace2d8b6cc1796e61b46224e1d71811a (diff)
downloadrust_rrule-4b12b6328955612dcb4a248a14d64864d9aecdf1.zip
expsing a struct
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 36f0785..c75429f 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.7"
+version = "0.3.8"
documentation = "https://docs.rs/rrule"
repository = "https://github.com/fmeringdal/rust_rrule"
authors = ["Fredrik Meringdal"]