cargo: version 1.2.0

- Upgraded quick-xml to 0.16 and keep the failure dependency
This commit is contained in:
Matt Bilker
2019-08-30 21:13:31 +00:00
parent bb34602daa
commit 3a2efab4d4

View File

@@ -1,6 +1,6 @@
[package]
name = "kbinxml"
version = "1.1.0"
version = "1.2.0"
authors = ["Matt Bilker <me@mbilker.us>"]
description = "An encoder/decoder for Konami's binary XML format used in many of their games."
edition = "2018"
@@ -13,7 +13,7 @@ failure = "0.1.1"
indexmap = "1.0.1"
lazy_static = "1.0.0"
log = "0.4.6"
quick-xml = "0.14.0"
quick-xml = { version = "0.16.0", features = ["failure"] }
rustc-hex = "2.0.1"
clap = { version = "2.32.0", optional = true }