diff options
| author | Edward Barnard | 2017-04-20 12:20:10 +0100 | 
|---|---|---|
| committer | Edward Barnard | 2017-04-20 12:20:36 +0100 | 
| commit | f6c11c372aee1d750af0d608d704ff19a63def03 (patch) | |
| tree | 753ea70680dee8aa455c4e3e2db7f7d8ac7e824e | |
| parent | 27951eb03e8ac0376ad61b5da98403b63e8b0a22 (diff) | |
| download | rust-plist-f6c11c372aee1d750af0d608d704ff19a63def03.tar.bz2 | |
This will be a major version bump.
| -rw-r--r-- | Cargo.toml | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -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" | 
