diff options
| author | Edward Barnard | 2017-05-04 21:07:17 +0100 |
|---|---|---|
| committer | Edward Barnard | 2017-05-04 21:07:17 +0100 |
| commit | d173282f1f76bd2139891b25718725e6e87635bf (patch) | |
| tree | 71ad2848975cb7c7b413eb33b5de1b20429d03c4 | |
| parent | fd291c8295777de7242ed9646039e9a727af5489 (diff) | |
| download | rust-plist-d173282f1f76bd2139891b25718725e6e87635bf.tar.bz2 | |
Update version post publish.
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,11 +1,11 @@ [package] name = "plist" -version = "0.2.1" +version = "0.2.2" 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.1/plist/" +documentation = "https://docs.rs/plist/0.2.2/plist/" keywords = ["plist", "parser"] build = "build.rs" |
