diff options
| author | Edward Barnard | 2017-02-01 12:49:06 +0000 |
|---|---|---|
| committer | Edward Barnard | 2017-02-02 20:29:58 +0000 |
| commit | 20b67f5b14c133ae1f40a06455e148cf0c08281e (patch) | |
| tree | a4d6713cee07e856f4a5779a78b38302c4db008f | |
| parent | 0109401a38edfb892482e096b060b39fc23af144 (diff) | |
| download | rust-plist-20b67f5b14c133ae1f40a06455e148cf0c08281e.tar.bz2 | |
Bump minor version as Serde 0.9 is a breaking change from 0.7.
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |
