1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-04-19 09:02:15 +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" name = "termcolor"
version = "0.3.3" version = "0.3.3"
dependencies = [ dependencies = [
"wincolor 0.1.5", "wincolor 0.1.6",
] ]
[[package]] [[package]]
@ -359,7 +359,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]] [[package]]
name = "wincolor" name = "wincolor"
version = "0.1.5" version = "0.1.6"
dependencies = [ dependencies = [
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
] ]

View File

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