aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Barnard2018-09-22 10:16:57 +0100
committerEdward Barnard2018-09-22 10:16:57 +0100
commit283c38b493c30521a96fda253bcc11d7dd744328 (patch)
tree2c9d1bcaf08f467bd5877d450621a9bd1a25d55e
parent1b30e6eeb41963da1b2a4cc0867c5cf167fcff58 (diff)
downloadrust-plist-283c38b493c30521a96fda253bcc11d7dd744328.tar.bz2
This is going to be a breaking release.
-rw-r--r--Cargo.toml4
1 files 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 <eabarnard@gmail.com>"]
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"]