1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-12 19:18:24 +02:00

termcolor: release 0.3.5

This commit is contained in:
Andrew Gallant 2018-02-20 20:15:08 -05:00
parent 2b5c488814
commit ab1b877c20
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -242,7 +242,7 @@ dependencies = [
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
"same-file 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"termcolor 0.3.4",
"termcolor 0.3.5",
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -274,7 +274,7 @@ dependencies = [
[[package]]
name = "termcolor"
version = "0.3.4"
version = "0.3.5"
dependencies = [
"wincolor 0.1.6",
]

View File

@ -1,6 +1,6 @@
[package]
name = "termcolor"
version = "0.3.4" #:version
version = "0.3.5" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
A simple cross platform library for writing colored text to a terminal.