From b43c3c9f0302a5381e7e568178bca8576285abd9 Mon Sep 17 00:00:00 2001 From: David Bittner Date: Mon, 6 May 2019 17:20:35 -0400 Subject: [PATCH] updating version string --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 21b92cd..4faa809 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.6.1" +version = "0.6.2" license = "MPL-2.0" edition = "2018"