From 20b67f5b14c133ae1f40a06455e148cf0c08281e Mon Sep 17 00:00:00 2001 From: Edward Barnard Date: Wed, 1 Feb 2017 12:49:06 +0000 Subject: Bump minor version as Serde 0.9 is a breaking change from 0.7. --- Cargo.toml | 4 ++-- 1 file 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 "] 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" -- cgit v1.2.3