termcolor: release 0.3.4

This commit is contained in:
Andrew Gallant
2018-02-11 13:39:12 -05:00
parent 7718ee362e
commit 5d15f49f0c
3 changed files with 5 additions and 5 deletions

View File

@@ -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" }