mirror of
https://github.com/mbilker/kbinxml-rs.git
synced 2026-04-25 07:27:01 -05:00
kbinxml(cargo): version 2.3.0
- Upgraded dependencies
This commit is contained in:
parent
9780b171d1
commit
9f51fe8dc1
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "kbinxml"
|
||||
version = "2.2.0"
|
||||
version = "2.3.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"
|
||||
|
|
@ -8,11 +8,11 @@ edition = "2018"
|
|||
|
||||
[dependencies]
|
||||
byteorder = "1.3.2"
|
||||
bytes = "0.5.2"
|
||||
bytes = "1.0.1"
|
||||
encoding_rs = "0.8.6"
|
||||
indexmap = "1.0.1"
|
||||
lazy_static = "1.0.0"
|
||||
log = "0.4.6"
|
||||
quick-xml = "0.18.1"
|
||||
quick-xml = "0.21.0"
|
||||
rustc-hex = "2.0.1"
|
||||
snafu = "0.6.0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user