aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-08-27 22:39:48 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-08-27 22:39:48 +0000
commit9f2f29a638262ee5229106366628dd8d6346dff4 (patch)
tree51c30ee8b17b5b8dfd5ce2ef127bb529c758f7f8
parentd46a1456dde3e64750b4305634169fb7d191749f (diff)
parent8ec435f87340f2095c06967ec63b33f92294acdf (diff)
downloadunicode-segmentation-9f2f29a638262ee5229106366628dd8d6346dff4.tar.gz
Fix unicode-segmentation/METADATA am: b1e9fe58b3 am: 72f3d586e1 am: 8ec435f873
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/unicode-segmentation/+/1414118 Change-Id: I4d4990fb6b9bd647f17efaa4104829262d4a0175
-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
+}