aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-08-27 23:47:05 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-08-27 23:47:05 +0000
commitcd749ddb3acdf6c2cd8efeae69b9aace8f1e354d (patch)
tree869e1ab3a0a06ae6586fd9330620205ae2241d5d
parent3dbc1bece23ada2ffb84779ce380e74f9a4b6665 (diff)
parent0ddc5c98d70bce96f3e0e5d7937b5315c38ceb89 (diff)
downloadunicode-width-cd749ddb3acdf6c2cd8efeae69b9aace8f1e354d.tar.gz
Fix unicode-width/METADATA am: 543b877b50 am: 62b162a9e8 am: 33803b5e87 am: 0ddc5c98d7
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/unicode-width/+/1414119 Change-Id: Iad43c69f40458e8be21678548d3ee4e6fca56372
-rw-r--r--METADATA8
1 files changed, 4 insertions, 4 deletions
diff --git a/METADATA b/METADATA
index 9855b6d..e4e0bec 100644
--- a/METADATA
+++ b/METADATA
@@ -1,4 +1,4 @@
-name: unicode-width
+name: "unicode-width"
description: "Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules."
third_party {
url {
@@ -6,8 +6,8 @@ third_party {
value: "https://crates.io/crates/unicode-width"
}
url {
- type: GIT
- value: "https://github.com/unicode-rs/unicode-width"
+ type: ARCHIVE
+ value: "https://static.crates.io/crates/unicode-width/unicode-width-0.1.7.crate"
}
version: "0.1.7"
license_type: NOTICE
@@ -16,4 +16,4 @@ third_party {
month: 5
day: 6
}
-} \ No newline at end of file
+}