From 409724dc93184de6d23e91806fb76f779901f7ed Mon Sep 17 00:00:00 2001 From: David Bittner Date: Sun, 25 Apr 2021 14:15:14 -0400 Subject: [PATCH] upping version number --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0c2696d..3afe4c2 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.7.0" +version = "0.8.0" license = "MPL-2.0" edition = "2018"