From 12a78a992cb5d77a5e2023fa023a9481e4ba9925 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sun, 27 Aug 2017 11:05:55 -0400 Subject: [PATCH] termcolor-0.3.3 --- termcolor/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/termcolor/Cargo.toml b/termcolor/Cargo.toml index 9d37199..12cade2 100644 --- a/termcolor/Cargo.toml +++ b/termcolor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "termcolor" -version = "0.3.2" #:version +version = "0.3.3" #:version authors = ["Andrew Gallant "] description = """ A simple cross platform library for writing colored text to a terminal.