From 706820b13aad2da90db4eedc8fb4eddd2fb0646e Mon Sep 17 00:00:00 2001 From: Felix Date: Sun, 9 Jul 2023 06:52:14 +0000 Subject: [PATCH] kbinxml(cargo): version 3.1.1 - Fixed empty root node not parsing as node collection --- kbinxml/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kbinxml/Cargo.toml b/kbinxml/Cargo.toml index 811b2e2..b787132 100644 --- a/kbinxml/Cargo.toml +++ b/kbinxml/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kbinxml" -version = "3.1.0" +version = "3.1.1" authors = ["Matt Bilker "] description = "An encoder/decoder for Konami's binary XML format used in many of their games." license = "MIT"