diff options
| author | Edward Barnard | 2018-05-02 08:58:11 +0100 | 
|---|---|---|
| committer | Edward Barnard | 2018-05-02 08:58:11 +0100 | 
| commit | ce37d818a79f2da21b5e14554af3b09b32b7e020 (patch) | |
| tree | 90bb8b1d6718deb01f88981585ea5bbf82049d66 | |
| parent | b5697e773802fe1bfa357722d04b872b184166f4 (diff) | |
| download | rust-plist-ce37d818a79f2da21b5e14554af3b09b32b7e020.tar.bz2 | |
Bump minor version.v0.3.0
| -rw-r--r-- | Cargo.toml | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -1,11 +1,11 @@  [package]  name = "plist" -version = "0.2.5" +version = "0.3.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.2.5/plist/" +documentation = "https://docs.rs/plist/0.3.0/plist/"  keywords = ["plist", "parser"]  build = "build.rs" | 
