aboutsummaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2022-12-13 13:07:23 +0100
committerJeff Vander Stoep <jeffv@google.com>2022-12-13 13:08:00 +0100
commit4a8e734e53eff9b3f001ee924358db0db596c6a5 (patch)
treefd37219d0d16282ddb9369941bbb611ad44a1900 /METADATA
parent1401d56e2bb01a28cb43e394311992213d9ff057 (diff)
downloadproc-macro2-4a8e734e53eff9b3f001ee924358db0db596c6a5.tar.gz
Upgrade proc-macro2 to 1.0.47
This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update rust/crates/proc-macro2 For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md Test: TreeHugger Change-Id: Ie945a24b3e0d36cd8b4110031ace1b70e847e6ff
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA12
1 files changed, 8 insertions, 4 deletions
diff --git a/METADATA b/METADATA
index e2ded2b..ffab613 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/proc-macro2
+# For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md
+
name: "proc-macro2"
description: "A substitute implementation of the compiler\'s `proc_macro` API to decouple token-based libraries from the procedural macro use case."
third_party {
@@ -7,13 +11,13 @@ third_party {
}
url {
type: ARCHIVE
- value: "https://static.crates.io/crates/proc-macro2/proc-macro2-1.0.36.crate"
+ value: "https://static.crates.io/crates/proc-macro2/proc-macro2-1.0.47.crate"
}
- version: "1.0.36"
+ version: "1.0.47"
license_type: NOTICE
last_upgrade_date {
year: 2022
- month: 3
- day: 1
+ month: 12
+ day: 13
}
}