summaryrefslogtreecommitdiffstats
path: root/termcolor
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-02-11 13:39:12 -0500
committerAndrew Gallant <jamslam@gmail.com>2018-02-11 13:39:12 -0500
commit5d15f49f0c5ac3d74dabc82a5bd4032b79b2aba4 (patch)
treea5a15a278b386a543541ab9d4c26b36cfce02fd2 /termcolor
parent7718ee362e405f709886e24d62e352dd361a4dd6 (diff)
termcolor: release 0.3.4termcolor-0.3.4
Diffstat (limited to 'termcolor')
-rw-r--r--termcolor/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/termcolor/Cargo.toml b/termcolor/Cargo.toml
index 12cade2d..ece48593 100644
--- a/termcolor/Cargo.toml
+++ b/termcolor/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "termcolor"
-version = "0.3.3" #:version
+version = "0.3.4" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
A simple cross platform library for writing colored text to a terminal.
@@ -17,4 +17,4 @@ name = "termcolor"
bench = false
[target.'cfg(windows)'.dependencies]
-wincolor = { version = "0.1.3", path = "../wincolor" }
+wincolor = { version = "0.1.6", path = "../wincolor" }