diff options
author | Hendrik Sollich <hendrik@hoodie.de> | 2019-11-24 14:50:01 +0100 |
---|---|---|
committer | Hendrik Sollich <hendrik@hoodie.de> | 2019-11-24 14:50:15 +0100 |
commit | 70cc4d5b8b38efa6c89b82260d0ed26242dc8d2a (patch) | |
tree | ee0c110af1e8f5f0272d30cfa69d8ee415ef57e2 | |
parent | 7fe1feece84384210d8d3f56b0808eaf39e7f261 (diff) |
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ [package] authors = ["Hendrik Sollich <hendrik@hoodie.de>"] name = "icalendar" -version = "0.7.0" +version = "0.7.1" license = "MIT/Apache-2.0" edition = "2018" @@ -8,7 +8,7 @@ [![version](https://img.shields.io/crates/v/icalendar.svg)](https://crates.io/crates/icalendar/) [![documentation](https://docs.rs/icalendar/badge.svg)](https://docs.rs/icalendar/) ![maintenance](https://img.shields.io/maintenance/yes/2021) -[![contributors](https://img.shields.io/github/contributors/hoodie/notify-rust)](https://github.com/hoodie/notify-rust/graphs/contributors) +[![contributors](https://img.shields.io/github/contributors/hoodie/icalendar-rs)](https://github.com/hoodie/icalendar-rs/graphs/contributors) </div> A very simple library to generate [`rfc5545`](http://tools.ietf.org/html/rfc5545) calendars. |