1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-01-03 05:10:12 +02:00

wincolor: release 0.1.6

This commit is contained in:
Andrew Gallant 2018-02-11 13:38:00 -05:00
parent 739f8f596b
commit 7718ee362e
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

@ -276,7 +276,7 @@ dependencies = [
name = "termcolor"
version = "0.3.3"
dependencies = [
"wincolor 0.1.5",
"wincolor 0.1.6",
]
[[package]]
@ -359,7 +359,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "wincolor"
version = "0.1.5"
version = "0.1.6"
dependencies = [
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
]

View File

@ -1,6 +1,6 @@
[package]
name = "wincolor"
version = "0.1.5" #:version
version = "0.1.6" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
A simple Windows specific API for controlling text color in a Windows console.