aboutsummaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2022-12-13 14:15:06 +0100
committerJeff Vander Stoep <jeffv@google.com>2022-12-13 14:16:39 +0100
commit6229992cbe96fbbf719aa4fdbede3888ffea67ba (patch)
tree756e01e069080219bb1bb7487156c9f88919b97a /METADATA
parent2bfe0b856493f125b6182750a099a577c7835d07 (diff)
downloadrayon-6229992cbe96fbbf719aa4fdbede3888ffea67ba.tar.gz
Upgrade rayon to 1.6.1main-16k-with-phones
This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update rust/crates/rayon For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md Test: TreeHugger Change-Id: I55672395408c0a770cc19a909a94f46b6fccfd38
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA14
1 files changed, 9 insertions, 5 deletions
diff --git a/METADATA b/METADATA
index ddf9f80..fc05754 100644
--- a/METADATA
+++ b/METADATA
@@ -1,3 +1,7 @@
+# This project was upgraded with external_updater.
+# Usage: tools/external_updater/updater.sh update rust/crates/rayon
+# For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md
+
name: "rayon"
description: "Simple work-stealing parallelism for Rust"
third_party {
@@ -7,13 +11,13 @@ third_party {
}
url {
type: ARCHIVE
- value: "https://static.crates.io/crates/rayon/rayon-1.5.1.crate"
+ value: "https://static.crates.io/crates/rayon/rayon-1.6.1.crate"
}
- version: "1.5.1"
+ version: "1.6.1"
license_type: NOTICE
last_upgrade_date {
- year: 2021
- month: 5
- day: 19
+ year: 2022
+ month: 12
+ day: 13
}
}