From b5c072e344279d64dd0d25d9f47443d96038e8ce Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sat, 22 Apr 2017 18:56:33 +0200 Subject: Version 0.2.0 --- Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 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 "] license = "MIT" [lib] name = "vobject" path = "src/vobject/lib.rs" - -[dependencies] -clippy = {git = "https://github.com/Manishearth/rust-clippy", version = "*", optional = true} -- cgit v1.2.3