Upgrade pdl-runtime to 0.2.3 am: b91ba5464b
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/pdl-runtime/+/2949825
Change-Id: I34ffa83fdf197c43170fddcb4669f8e4823324ac
Signed-off-by: Automerger Merge Worker <[email protected]>
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 @@
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 <[email protected]>",
"David de Jesus Duarte <[email protected]>",
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"
}
}