aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-08-27 23:47:19 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-08-27 23:47:19 +0000
commitea105a6d896d985deb1c7dc6f2a505f23841b6bc (patch)
treef7ee7a499d070ecfdfa0e6f27cea3240fd0294b6
parent26fc05e04efc14a8373ae78d1a1a488ebc977f0b (diff)
parentfd8d40ec93056c2b0198a29fc2ee2a7a676ecf94 (diff)
downloadtermcolor-ea105a6d896d985deb1c7dc6f2a505f23841b6bc.tar.gz
Fix termcolor/METADATA am: 6074575811 am: fac79ae367 am: 33da30f336 am: fd8d40ec93
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/termcolor/+/1414095 Change-Id: I03a06c284603a7603215b208b2fb877d2327a9b5
-rw-r--r--METADATA8
1 files changed, 4 insertions, 4 deletions
diff --git a/METADATA b/METADATA
index d70a911..16a1673 100644
--- a/METADATA
+++ b/METADATA
@@ -1,4 +1,4 @@
-name: termcolor
+name: "termcolor"
description: "A simple cross platform library for writing colored text to a terminal."
third_party {
url {
@@ -6,8 +6,8 @@ third_party {
value: "https://crates.io/crates/termcolor"
}
url {
- type: GIT
- value: "https://github.com/BurntSushi/termcolor"
+ type: ARCHIVE
+ value: "https://static.crates.io/crates/termcolor/termcolor-1.1.0.crate"
}
version: "1.1.0"
license_type: NOTICE
@@ -16,4 +16,4 @@ third_party {
month: 5
day: 6
}
-} \ No newline at end of file
+}