From f51c7a1e959b250e5e6061bcc756b04b9cf76b9f Mon Sep 17 00:00:00 2001 From: David Bittner Date: Thu, 2 May 2019 23:47:02 -0400 Subject: [PATCH] updating version number --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f3c061d..6b551e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "A library using nom for parsing ANSI Escape Codes" homepage = "https://gitlab.com/DavidBittner/ansi-parser" authors = ["David Bittner "] -version = "0.5.1" +version = "0.5.2" license = "MPL-2.0" edition = "2018"