From 2f3a8c7f6915c417cc481edfd8b420a617e32120 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Wed, 15 Mar 2017 06:58:09 -0400 Subject: [PATCH] termcolor-0.3.2 --- termcolor/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/termcolor/Cargo.toml b/termcolor/Cargo.toml index 2d253a0a..9d37199f 100644 --- a/termcolor/Cargo.toml +++ b/termcolor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "termcolor" -version = "0.3.1" #:version +version = "0.3.2" #:version authors = ["Andrew Gallant "] description = """ A simple cross platform library for writing colored text to a terminal.