summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFredrik Meringdal <fmeringdal@hotmail.com>2020-12-04 16:14:39 +0100
committerFredrik Meringdal <fmeringdal@hotmail.com>2020-12-04 16:14:39 +0100
commit0060c162120c96dabbd78113c29d516d83828f14 (patch)
tree0915519c099c5984fc4fe90433c85bd3eacf004d /Cargo.toml
parent3931287312234b6a5f5da225c2a5b30f8d29e3c6 (diff)
downloadrust_rrule-0060c162120c96dabbd78113c29d516d83828f14.zip
cargo version bump
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 414aa81..c88925d 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.4"
+version = "0.3.5"
documentation = "https://docs.rs/rrule"
repository = "https://github.com/fmeringdal/rust_rrule"
authors = ["Fredrik Meringdal"]