summaryrefslogtreecommitdiffstats
path: root/termcolor
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2017-01-13 23:46:21 -0500
committerAndrew Gallant <jamslam@gmail.com>2017-01-13 23:46:21 -0500
commit057ed6305ab536b619b92b07903aaa8b17ccadef (patch)
treeca2a11a641c250d6c2db3731ff46a11d4abe2ee2 /termcolor
parent730beb9cb5b7cfcb482cd497800e79d01549c65d (diff)
0.4.00.4.0
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 0f92c7fa..0c236475 100644
--- a/termcolor/Cargo.toml
+++ b/termcolor/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "termcolor"
-version = "0.1.1" #:version
+version = "0.2.0" #: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.0", path = "../wincolor" }
+wincolor = { version = "0.1.1", path = "../wincolor" }