From 283c38b493c30521a96fda253bcc11d7dd744328 Mon Sep 17 00:00:00 2001 From: Edward Barnard Date: Sat, 22 Sep 2018 10:16:57 +0100 Subject: This is going to be a breaking release. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 10ee794..d622f95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "plist" -version = "0.3.1" +version = "0.4.0" authors = ["Ed Barnard "] description = "A rusty plist parser. Supports Serde serialization." license = "MIT" repository = "https://github.com/ebarnard/rust-plist/" -documentation = "https://docs.rs/plist/0.3.1/plist/" +documentation = "https://docs.rs/plist/0.4.0/plist/" keywords = ["plist", "parser"] categories = ["config", "encoding", "parser-implementations"] -- cgit v1.2.3