aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-08-27 22:17:30 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-08-27 22:17:30 +0000
commit33803b5e870d6eb3b64745db9476a5c7e60ad254 (patch)
tree869e1ab3a0a06ae6586fd9330620205ae2241d5d
parent43354f03a2da0a5299a8fc4b292a1152bc002856 (diff)
parent62b162a9e8ddfeed87cf8236b9c42fbe4ed4cd35 (diff)
downloadunicode-width-33803b5e870d6eb3b64745db9476a5c7e60ad254.tar.gz
Fix unicode-width/METADATA am: 543b877b50 am: 62b162a9e8
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/unicode-width/+/1414119 Change-Id: I2d2d1d70a6925b74ffc288483de09a5853d8b7b6
-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
+}