From a4c5d5102122cf3442775fc464d6d5f976c95256 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sun, 15 Jan 2023 08:40:27 -0500 Subject: [PATCH] 1.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 63966cb..ef7f1c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "termcolor" -version = "1.1.3" #:version +version = "1.2.0" #:version authors = ["Andrew Gallant "] description = """ A simple cross platform library for writing colored text to a terminal.