From ab1b877c205c0920b41773bf0267c0f016d04a51 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Tue, 20 Feb 2018 20:15:08 -0500 Subject: [PATCH] termcolor: release 0.3.5 --- Cargo.lock | 4 ++-- termcolor/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1031cdaa..72108687 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -242,7 +242,7 @@ dependencies = [ "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "regex 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", "same-file 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "termcolor 0.3.4", + "termcolor 0.3.5", "winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -274,7 +274,7 @@ dependencies = [ [[package]] name = "termcolor" -version = "0.3.4" +version = "0.3.5" dependencies = [ "wincolor 0.1.6", ] diff --git a/termcolor/Cargo.toml b/termcolor/Cargo.toml index ece48593..18b65d1b 100644 --- a/termcolor/Cargo.toml +++ b/termcolor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "termcolor" -version = "0.3.4" #:version +version = "0.3.5" #:version authors = ["Andrew Gallant "] description = """ A simple cross platform library for writing colored text to a terminal.