From 3539edba57d725f317e5299a0932265c2ed0ff45 Mon Sep 17 00:00:00 2001 From: David Bittner Date: Mon, 5 Oct 2020 16:00:53 -0400 Subject: [PATCH] updating version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a3bb04e..ac8cde5 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.5" +version = "0.7.0" license = "MPL-2.0" edition = "2018"