termcolor: release 0.3.4

This commit is contained in:
Andrew Gallant
2018-02-11 13:39:12 -05:00
parent 7718ee362e
commit 5d15f49f0c
3 changed files with 5 additions and 5 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.3",
"termcolor 0.3.4",
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -274,7 +274,7 @@ dependencies = [
[[package]]
name = "termcolor"
version = "0.3.3"
version = "0.3.4"
dependencies = [
"wincolor 0.1.6",
]