1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-03-17 20:28:03 +02:00

termcolor: release 0.3.6

This commit is contained in:
Andrew Gallant 2018-03-26 17:28:21 -04:00
parent 07713fb5c5
commit 835600794f
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

@ -247,7 +247,7 @@ dependencies = [
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 0.2.10 (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.5",
"termcolor 0.3.6",
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -279,7 +279,7 @@ dependencies = [
[[package]]
name = "termcolor"
version = "0.3.5"
version = "0.3.6"
dependencies = [
"wincolor 0.1.6",
]

View File

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