From 835600794fa567f00ef23942b0bf647c4aa667a6 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Mon, 26 Mar 2018 17:28:21 -0400 Subject: termcolor: release 0.3.6 --- Cargo.lock | 4 ++-- termcolor/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8b9369bb..c848a4ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -247,7 +247,7 @@ dependencies = [ "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "regex 0.2.10 (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.5", + "termcolor 0.3.6", "winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -279,7 +279,7 @@ dependencies = [ [[package]] name = "termcolor" -version = "0.3.5" +version = "0.3.6" dependencies = [ "wincolor 0.1.6", ] diff --git a/termcolor/Cargo.toml b/termcolor/Cargo.toml index 18b65d1b..d0a0ff4c 100644 --- a/termcolor/Cargo.toml +++ b/termcolor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "termcolor" -version = "0.3.5" #:version +version = "0.3.6" #:version authors = ["Andrew Gallant "] description = """ A simple cross platform library for writing colored text to a terminal. -- cgit v1.2.3