From 543b877b50921f7f8a7db4a19b48c214bfa13e64 Mon Sep 17 00:00:00 2001 From: Chih-Hung Hsieh Date: Tue, 25 Aug 2020 20:49:32 -0700 Subject: Fix unicode-width/METADATA Bug: 166324735 Test: make Change-Id: I407b4dd6d9488f2f2e0da058d3d9378abe06b766 --- METADATA | 8 ++++---- 1 file 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 +} -- cgit v1.2.3