cargo: version 2.0.0

- All new error handling under the hood with less heap allocation
This commit is contained in:
Matt Bilker
2019-11-08 05:23:30 +00:00
parent deb2314f14
commit 972e9b0e56

View File

@@ -1,6 +1,6 @@
[package]
name = "kbinxml"
version = "1.2.1"
version = "2.0.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"