From b91ba5464bf595d5fbc8d051e59ee57ae5bc695c Mon Sep 17 00:00:00 2001 From: Jeff Vander Stoep Date: Mon, 5 Feb 2024 07:54:27 +0100 Subject: Upgrade pdl-runtime to 0.2.3 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 Test: TreeHugger Change-Id: I3386fdbdb9b53a5c9a318cb3c0ee0a898c334240 --- .cargo_vcs_info.json | 6 ++++++ Android.bp | 2 +- Cargo.toml | 2 +- Cargo.toml.orig | 2 +- METADATA | 21 +++++++++++++-------- 5 files changed, 22 insertions(+), 11 deletions(-) create mode 100644 .cargo_vcs_info.json 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 ", "David de Jesus Duarte ", 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" } } -- cgit v1.2.3