From 0fbea712c227e96d4d6121d5aa34b6fa5b414979 Mon Sep 17 00:00:00 2001 From: David Bittner Date: Fri, 10 May 2019 10:13:06 -0400 Subject: [PATCH] upping version no --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4faa809..a5b9abd 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.2" +version = "0.6.3" license = "MPL-2.0" edition = "2018"