From 4e778fee829ad356159fdc4b744d6248b17d0065 Mon Sep 17 00:00:00 2001 From: David Bittner Date: Mon, 6 May 2019 17:01:32 -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 7c13b38..37ded95 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.3" +version = "0.6.0" license = "MPL-2.0" edition = "2018"