Bump and update deps.

This commit is contained in:
Andrew Gallant
2017-03-12 21:33:13 -04:00
parent d352b79294
commit c648eadbaa
6 changed files with 27 additions and 27 deletions

View File

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