From 2974c8f1f14fcd9033addc45f7fcde9e38b5482c Mon Sep 17 00:00:00 2001 From: Matt Bilker Date: Wed, 12 Dec 2018 21:01:22 +0000 Subject: [PATCH] cargo: version 0.15.3, updated pretty_env_logger to 0.3.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 30163c5..a82f100 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kbinxml" -version = "0.15.2" +version = "0.15.3" authors = ["Matt Bilker "] [dependencies] @@ -13,7 +13,7 @@ indexmap = "1.0.1" lazy_static = "1.0.0" log = "0.4.1" minidom = "0.10.0" -pretty_env_logger = "0.2.3" +pretty_env_logger = "0.3.0" quick-xml = "0.13.1" rustc-hex = "2.0.1"