This commit is contained in:
Andrew Gallant
2017-01-13 23:46:21 -05:00
parent 730beb9cb5
commit 057ed6305a
7 changed files with 26 additions and 26 deletions

View File

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