From 421a97762d87c39864eaccfe233abafc88a2e89b Mon Sep 17 00:00:00 2001 From: Jeff Vander Stoep Date: Wed, 1 Feb 2023 12:22:08 +0100 Subject: Upgrade argh_shared to 0.1.10 This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update rust/crates/argh_shared For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md Test: TreeHugger Change-Id: Ie42ec038a31953135b63248beb404ffac96d85e6 --- .cargo_vcs_info.json | 2 +- Android.bp | 2 +- Cargo.toml | 2 +- Cargo.toml.orig | 2 +- METADATA | 10 +++++----- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.cargo_vcs_info.json b/.cargo_vcs_info.json index 171d4a2..18c719f 100644 --- a/.cargo_vcs_info.json +++ b/.cargo_vcs_info.json @@ -1,6 +1,6 @@ { "git": { - "sha1": "adc704cd29f710864b0fc1872bc86f857bebfdbf" + "sha1": "3f3c29726a21c4b541bb2b9aa2c592461897ded0" }, "path_in_vcs": "argh_shared" } \ No newline at end of file diff --git a/Android.bp b/Android.bp index 7b1403e..7843dbc 100644 --- a/Android.bp +++ b/Android.bp @@ -23,7 +23,7 @@ rust_library { host_supported: true, crate_name: "argh_shared", cargo_env_compat: true, - cargo_pkg_version: "0.1.9", + cargo_pkg_version: "0.1.10", srcs: ["src/lib.rs"], edition: "2018", apex_available: [ diff --git a/Cargo.toml b/Cargo.toml index bb09f25..6dd113e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ [package] edition = "2018" name = "argh_shared" -version = "0.1.9" +version = "0.1.10" authors = [ "Taylor Cramer ", "Benjamin Brittain ", diff --git a/Cargo.toml.orig b/Cargo.toml.orig index ca85786..0f4478a 100644 --- a/Cargo.toml.orig +++ b/Cargo.toml.orig @@ -1,6 +1,6 @@ [package] name = "argh_shared" -version = "0.1.9" +version = "0.1.10" authors = ["Taylor Cramer ", "Benjamin Brittain ", "Erick Tryzelaar "] edition = "2018" license = "BSD-3-Clause" diff --git a/METADATA b/METADATA index d7a3d40..0e881d1 100644 --- a/METADATA +++ b/METADATA @@ -11,13 +11,13 @@ third_party { } url { type: ARCHIVE - value: "https://static.crates.io/crates/argh_shared/argh_shared-0.1.9.crate" + value: "https://static.crates.io/crates/argh_shared/argh_shared-0.1.10.crate" } - version: "0.1.9" + version: "0.1.10" license_type: NOTICE last_upgrade_date { - year: 2022 - month: 12 - day: 5 + year: 2023 + month: 2 + day: 1 } } -- cgit v1.2.3