summaryrefslogtreecommitdiffstats
path: root/termcolor
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2017-03-12 21:33:13 -0400
committerAndrew Gallant <jamslam@gmail.com>2017-03-12 21:33:13 -0400
commitc648eadbaa9e6e8ab819a7ac2a699a7f4a3ceae4 (patch)
tree36629714d5f049978746e133e7d0a38d2384eb75 /termcolor
parentd352b792944af6dc5d818b1ed3119f0914dfce38 (diff)
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 f777ea40..2d253a0a 100644
--- a/termcolor/Cargo.toml
+++ b/termcolor/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "termcolor"
-version = "0.3.0" #:version
+version = "0.3.1" #: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.1", path = "../wincolor" }
+wincolor = { version = "0.1.3", path = "../wincolor" }