aboutsummaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2024-02-07 21:18:58 +0100
committerJeff Vander Stoep <jeffv@google.com>2024-02-07 21:18:59 +0100
commit7289ba40bb41d88083d60519d70586696677579b (patch)
tree5d36c4198f67562c7c61c96f1a4da7cb52e71d9a /METADATA
parent5097bb25949d90053b9be02dbc787a286308c08e (diff)
downloadscopeguard-7289ba40bb41d88083d60519d70586696677579b.tar.gz
Upgrade scopeguard to 1.2.0emu-34-3-release
This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update external/rust/crates/scopeguard For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md Test: TreeHugger Change-Id: I062c122d9b8fb03195d8ea3766cb098dea40d1cd
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA25
1 files changed, 13 insertions, 12 deletions
diff --git a/METADATA b/METADATA
index d050d8c..63329c7 100644
--- a/METADATA
+++ b/METADATA
@@ -1,19 +1,20 @@
+# This project was upgraded with external_updater.
+# Usage: tools/external_updater/updater.sh update external/rust/crates/scopeguard
+# For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md
+
name: "scopeguard"
description: "A RAII scope guard that will run a given closure when it goes out of scope, even if the code between panics (assuming unwinding panic). Defines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as shorthands for guards with one of the implemented strategies."
third_party {
- url {
- type: HOMEPAGE
- value: "https://crates.io/crates/scopeguard"
- }
- url {
- type: ARCHIVE
- value: "https://static.crates.io/crates/scopeguard/scopeguard-1.1.0.crate"
- }
- version: "1.1.0"
license_type: NOTICE
last_upgrade_date {
- year: 2020
- month: 10
- day: 14
+ year: 2024
+ month: 2
+ day: 7
+ }
+ homepage: "https://crates.io/crates/scopeguard"
+ identifier {
+ type: "Archive"
+ value: "https://static.crates.io/crates/scopeguard/scopeguard-1.2.0.crate"
+ version: "1.2.0"
}
}