mirror of
https://github.com/mbilker/kbinxml-rs.git
synced 2026-09-07 10:05:13 -05:00
kbinxml(cargo): version 2.2.0
- Upgraded dependencies
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "kbinxml"
|
||||
version = "2.1.1"
|
||||
version = "2.2.0"
|
||||
authors = ["Matt Bilker <me@mbilker.us>"]
|
||||
description = "An encoder/decoder for Konami's binary XML format used in many of their games."
|
||||
license = "MIT"
|
||||
@@ -13,6 +13,6 @@ encoding_rs = "0.8.6"
|
||||
indexmap = "1.0.1"
|
||||
lazy_static = "1.0.0"
|
||||
log = "0.4.6"
|
||||
quick-xml = "0.17.0"
|
||||
quick-xml = "0.18.1"
|
||||
rustc-hex = "2.0.1"
|
||||
snafu = "0.6.0"
|
||||
|
||||
Reference in New Issue
Block a user