aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-08-27 21:50:31 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-08-27 21:50:31 +0000
commita967243e6a77bb4d9e8a57b659f136cdea2a5208 (patch)
tree951c62de2300d6c960e13a878f4823da9349da5c
parentad62f1a9f1484b2caff30e99a722ab3bdbb45a91 (diff)
parent8bfbb35a76ed5628ad7c303aa26f7c45a6fe69ac (diff)
downloadanyhow-a967243e6a77bb4d9e8a57b659f136cdea2a5208.tar.gz
Fix anyhow/METADATA am: 8bfbb35a76
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/anyhow/+/1413768 Change-Id: Ifa656ee7a6431c607e1e275ed00c4870ac1c51f0
-rw-r--r--METADATA8
1 files changed, 4 insertions, 4 deletions
diff --git a/METADATA b/METADATA
index 962dd72..9a2160b 100644
--- a/METADATA
+++ b/METADATA
@@ -1,4 +1,4 @@
-name: anyhow
+name: "anyhow"
description: "Flexible concrete Error type built on std::error::Error"
third_party {
url {
@@ -6,8 +6,8 @@ third_party {
value: "https://crates.io/crates/anyhow"
}
url {
- type: GIT
- value: "https://github.com/dtolnay/anyhow"
+ type: ARCHIVE
+ value: "https://static.crates.io/crates/anyhow/anyhow-1.0.28.crate"
}
version: "1.0.28"
license_type: NOTICE
@@ -16,4 +16,4 @@ third_party {
month: 5
day: 6
}
-} \ No newline at end of file
+}