aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Barnard2017-02-01 12:49:06 +0000
committerEdward Barnard2017-02-02 20:29:58 +0000
commit20b67f5b14c133ae1f40a06455e148cf0c08281e (patch)
treea4d6713cee07e856f4a5779a78b38302c4db008f
parent0109401a38edfb892482e096b060b39fc23af144 (diff)
downloadrust-plist-20b67f5b14c133ae1f40a06455e148cf0c08281e.tar.bz2
Bump minor version as Serde 0.9 is a breaking change from 0.7.
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 139f0c8..3baf58d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,11 +1,11 @@
[package]
name = "plist"
-version = "0.0.16"
+version = "0.1.0"
authors = ["Ed Barnard <eabarnard@gmail.com>"]
description = "A rusty plist parser. Very much a work in progress."
license = "MIT"
repository = "https://github.com/ebarnard/rust-plist/"
-documentation = "https://docs.rs/plist/0.0.16/plist/"
+documentation = "https://docs.rs/plist/0.1.0/plist/"
keywords = ["plist", "parser"]
build = "build.rs"