aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-08-28 00:09:24 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-08-28 00:09:24 +0000
commit7e1a19b08529b5b305b36bc4637306bec2ac899b (patch)
tree242124caf8b675ff3213a5ca180430d2e210adcb
parent6286adf897900a03bbc55dc25a15bc83d39f9cfb (diff)
parentfab775ec1cdfcb685a050cc82ace5f213166ffa6 (diff)
downloadthread_local-7e1a19b08529b5b305b36bc4637306bec2ac899b.tar.gz
Fix thread_local/METADATA am: e1f0b36c9d am: 93bb2ff6ea am: 7ecfaeedad am: fecb99cd56 am: fab775ec1c
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/thread_local/+/1413812 Change-Id: Iaea7588c5107894a0a0af5537fbbbc78007044e2
-rw-r--r--METADATA6
1 files changed, 3 insertions, 3 deletions
diff --git a/METADATA b/METADATA
index acc3f4a..57db21e 100644
--- a/METADATA
+++ b/METADATA
@@ -1,13 +1,13 @@
name: "thread_local"
-description: "This library provides the ThreadLocal and CachedThreadLocal types which allow a separate copy of an object to be used for each thread. This allows for per-object thread-local storage, unlike the standard library's thread_local! macro which only allows static thread-local storage."
+description: "This library provides the ThreadLocal and CachedThreadLocal types which allow a separate copy of an object to be used for each thread. This allows for per-object thread-local storage, unlike the standard library\'s thread_local! macro which only allows static thread-local storage."
third_party {
url {
type: HOMEPAGE
value: "https://crates.io/crates/thread_local"
}
url {
- type: GIT
- value: "https://github.com/Amanieu/thread_local-rs"
+ type: ARCHIVE
+ value: "https://static.crates.io/crates/thread_local/thread_local-1.0.1.crate"
}
version: "1.0.1"
license_type: NOTICE