aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2024-02-05 09:16:45 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2024-02-05 09:16:45 +0000
commit8ced8b9d88e6817bcceed48e114a3eb9655bda26 (patch)
treef91c5674b32b7c7960b0bccab434426de019774b
parentd7cdc35b9f773b7595b997f5d07d455aedc65ae0 (diff)
parentb91ba5464bf595d5fbc8d051e59ee57ae5bc695c (diff)
downloadpdl-runtime-8ced8b9d88e6817bcceed48e114a3eb9655bda26.tar.gz
Upgrade pdl-runtime to 0.2.3 am: b91ba5464bmain-16kemu-34-2-dev
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/pdl-runtime/+/2949825 Change-Id: I34ffa83fdf197c43170fddcb4669f8e4823324ac Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--.cargo_vcs_info.json6
-rw-r--r--Android.bp2
-rw-r--r--Cargo.toml2
-rw-r--r--Cargo.toml.orig2
-rw-r--r--METADATA21
5 files changed, 22 insertions, 11 deletions
diff --git a/.cargo_vcs_info.json b/.cargo_vcs_info.json
new file mode 100644
index 0000000..c80110d
--- /dev/null
+++ b/.cargo_vcs_info.json
@@ -0,0 +1,6 @@
+{
+ "git": {
+ "sha1": "1aca6665980cddba4f12c36b13080694f1d76b4d"
+ },
+ "path_in_vcs": "pdl-runtime"
+} \ No newline at end of file
diff --git a/Android.bp b/Android.bp
index d558bb4..5b46216 100644
--- a/Android.bp
+++ b/Android.bp
@@ -6,7 +6,7 @@ rust_library {
host_supported: true,
crate_name: "pdl_runtime",
cargo_env_compat: true,
- cargo_pkg_version: "0.2.2",
+ cargo_pkg_version: "0.2.3",
srcs: ["src/lib.rs"],
edition: "2021",
rustlibs: [
diff --git a/Cargo.toml b/Cargo.toml
index eefc76f..da7d0f1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@
[package]
edition = "2021"
name = "pdl-runtime"
-version = "0.2.2"
+version = "0.2.3"
authors = [
"Henri Chataing <henrichataing@google.com>",
"David de Jesus Duarte <licorne@google.com>",
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 9f6ad40..986c1c2 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "pdl-runtime"
-version = "0.2.2"
+version = "0.2.3"
edition = "2021"
description = "PDL's runtime library"
repository = "https://github.com/google/pdl/"
diff --git a/METADATA b/METADATA
index e16a6a6..d2e51db 100644
--- a/METADATA
+++ b/METADATA
@@ -1,19 +1,24 @@
+# This project was upgraded with external_updater.
+# Usage: tools/external_updater/updater.sh update external/rust/crates/pdl-runtime
+# For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md
+
name: "pdl-runtime"
description: "PDL\'s runtime library"
third_party {
+ license_type: NOTICE
+ last_upgrade_date {
+ year: 2024
+ month: 2
+ day: 5
+ }
identifier {
type: "crates.io"
- value: "https://crates.io/crates/pdl-runtime"
+ value: "https://static.crates.io/crates/pdl-runtime/pdl-runtime-0.2.3.crate"
+ version: "0.2.2"
}
identifier {
type: "Archive"
value: "https://static.crates.io/crates/pdl-runtime/pdl-runtime-0.2.2.crate"
- }
- version: "0.2.2"
- license_type: NOTICE
- last_upgrade_date {
- year: 2023
- month: 10
- day: 31
+ version: "0.2.3"
}
}