From 3c393326d4a9dd0d96dfd02619931b845a880bec Mon Sep 17 00:00:00 2001 From: David Bittner Date: Thu, 2 May 2019 23:05:00 -0400 Subject: [PATCH] updated version no --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9ae3f66..f3c061d 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.0" +version = "0.5.1" license = "MPL-2.0" edition = "2018"