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