summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Unterwaditzer <markus@unterwaditzer.net>2017-04-22 18:56:33 +0200
committerMarkus Unterwaditzer <markus@unterwaditzer.net>2017-04-22 18:57:30 +0200
commitb5c072e344279d64dd0d25d9f47443d96038e8ce (patch)
tree06d2e993cb984facdd640f0ea61f2f1334672ec0
parentf773fdcbb4809ff6d7de6d81c352fa65edb4bc3f (diff)
Version 0.2.0
-rw-r--r--Cargo.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fd4752a..e624ceb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,13 +8,10 @@ repository = "https://github.com/untitaker/rust-vobject"
readme = "README.md"
keywords = ["vobject", "icalendar", "calendar", "contacts"]
-version = "0.1.1"
+version = "0.2.0"
authors = ["Markus Unterwaditzer <markus@unterwaditzer.net>"]
license = "MIT"
[lib]
name = "vobject"
path = "src/vobject/lib.rs"
-
-[dependencies]
-clippy = {git = "https://github.com/Manishearth/rust-clippy", version = "*", optional = true}