aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-08-27 22:39:42 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-08-27 22:39:42 +0000
commitfecb99cd56833e237f84998691dcb3103340340c (patch)
tree242124caf8b675ff3213a5ca180430d2e210adcb
parenta5999ad43679550ec1dac4e3de01e1da38c705e6 (diff)
parent7ecfaeedad9902265b1518892094473c29c717d4 (diff)
downloadthread_local-fecb99cd56833e237f84998691dcb3103340340c.tar.gz
Fix thread_local/METADATA am: e1f0b36c9d am: 93bb2ff6ea am: 7ecfaeedad
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/thread_local/+/1413812 Change-Id: I666561689b60cd4f57b385110cb6a8fd08d32a8d
-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