diff options
| author | Edward Barnard | 2018-09-22 10:16:57 +0100 |
|---|---|---|
| committer | Edward Barnard | 2018-09-22 10:16:57 +0100 |
| commit | 283c38b493c30521a96fda253bcc11d7dd744328 (patch) | |
| tree | 2c9d1bcaf08f467bd5877d450621a9bd1a25d55e | |
| parent | 1b30e6eeb41963da1b2a4cc0867c5cf167fcff58 (diff) | |
| download | rust-plist-283c38b493c30521a96fda253bcc11d7dd744328.tar.bz2 | |
This is going to be a breaking release.
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,11 +1,11 @@ [package] name = "plist" -version = "0.3.1" +version = "0.4.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.3.1/plist/" +documentation = "https://docs.rs/plist/0.4.0/plist/" keywords = ["plist", "parser"] categories = ["config", "encoding", "parser-implementations"] |
