From 3a2efab4d471aebd8e022191f395a19c598b2176 Mon Sep 17 00:00:00 2001 From: Matt Bilker Date: Fri, 30 Aug 2019 21:13:31 +0000 Subject: [PATCH] cargo: version 1.2.0 - Upgraded quick-xml to 0.16 and keep the failure dependency --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2201ba8..e0f8900 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kbinxml" -version = "1.1.0" +version = "1.2.0" authors = ["Matt Bilker "] 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 }