aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Barnard2017-04-20 12:20:10 +0100
committerEdward Barnard2017-04-20 12:20:36 +0100
commitf6c11c372aee1d750af0d608d704ff19a63def03 (patch)
tree753ea70680dee8aa455c4e3e2db7f7d8ac7e824e
parent27951eb03e8ac0376ad61b5da98403b63e8b0a22 (diff)
downloadrust-plist-f6c11c372aee1d750af0d608d704ff19a63def03.tar.bz2
This will be a major version bump.
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3ab3523..5432df2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,11 +1,11 @@
[package]
name = "plist"
-version = "0.1.4"
+version = "0.2.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.1.3/plist/"
+documentation = "https://docs.rs/plist/0.2.0/plist/"
keywords = ["plist", "parser"]
build = "build.rs"