aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-08-27 22:17:40 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-08-27 22:17:40 +0000
commit8ec435f87340f2095c06967ec63b33f92294acdf (patch)
tree51c30ee8b17b5b8dfd5ce2ef127bb529c758f7f8
parent34a12b56b54d5eb32f1c873c37805b04b620d62e (diff)
parent72f3d586e1b079dcc8dd1ec56db629a976e4f4d9 (diff)
downloadunicode-segmentation-8ec435f87340f2095c06967ec63b33f92294acdf.tar.gz
Fix unicode-segmentation/METADATA am: b1e9fe58b3 am: 72f3d586e1
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/unicode-segmentation/+/1414118 Change-Id: I3ec18a337d86827721e7bb91552217bf6f3b0dbf
-rw-r--r--METADATA8
1 files changed, 4 insertions, 4 deletions
diff --git a/METADATA b/METADATA
index 8bab1c9..df8c5ad 100644
--- a/METADATA
+++ b/METADATA
@@ -1,4 +1,4 @@
-name: unicode-segmentation
+name: "unicode-segmentation"
description: "This crate provides Grapheme Cluster, Word and Sentence boundaries according to Unicode Standard Annex #29 rules."
third_party {
url {
@@ -6,8 +6,8 @@ third_party {
value: "https://crates.io/crates/unicode-segmentation"
}
url {
- type: GIT
- value: "https://github.com/unicode-rs/unicode-segmentation"
+ type: ARCHIVE
+ value: "https://static.crates.io/crates/unicode-segmentation/unicode-segmentation-1.6.0.crate"
}
version: "1.6.0"
license_type: NOTICE
@@ -16,4 +16,4 @@ third_party {
month: 5
day: 6
}
-} \ No newline at end of file
+}