summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Breitmoser <look@my.amazin.horse>2019-10-10 23:19:20 +0200
committerVincent Breitmoser <look@my.amazin.horse>2019-10-10 23:19:20 +0200
commit03714945503c6cd9f7449d1fe1c5973dc407ada5 (patch)
treecd4e86fe2b6c7bd61a9d878f3f1a48cccbf9c823
parent4638a6720fc5fb2d5aa69ae351b09b9f2966e059 (diff)
version 0.1.2
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 68b4e95..c28f80b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libical-sys"
-version = "0.1.1"
+version = "0.1.2"
authors = ["Vincent Breitmoser <look@my.amazin.horse>"]
description = "Low-level Rust bindings for the libical iCalendar library"
repository = "https://github.com/Valodim/libical-sys"