mirror of
https://github.com/mbilker/kbinxml-rs.git
synced 2026-09-07 10:05:13 -05:00
cargo: version 1.2.0
- Upgraded quick-xml to 0.16 and keep the failure dependency
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user