aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-11-19 06:58:29 -0800
committerHaibo Huang <hhb@google.com>2020-11-19 06:58:29 -0800
commit3128b854ea9a738383125c56daf6209910fd4b9d (patch)
treef6c0c09d7f4afdda1594666a5b43cdf492e51534 /Cargo.toml.orig
parentbc625adc38aa4760c976e64d44f004d58dfaffa1 (diff)
downloadtermcolor-3128b854ea9a738383125c56daf6209910fd4b9d.tar.gz
Upgrade rust/crates/termcolor to 1.1.2
Test: make Change-Id: Ied6674c9b818beb26ffc8b6cbbe705da89f1ec2c
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig6
1 files changed, 4 insertions, 2 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 622d2f4..1e9f5d3 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "termcolor"
-version = "1.1.0" #:version
+version = "1.1.2" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
A simple cross platform library for writing colored text to a terminal.
@@ -22,4 +22,6 @@ bench = false
winapi-util = "0.1.3"
[dev-dependencies]
-doc-comment = "0.3"
+# TODO: Re-enable this once the MSRV is 1.43 or greater.
+# See: https://github.com/BurntSushi/termcolor/issues/35
+# doc-comment = "0.3"