From c31abd77c422c30e9f7d13a6311d761069b5f5e1 Mon Sep 17 00:00:00 2001 From: Jeff Vander Stoep Date: Fri, 3 Feb 2023 12:06:50 +0100 Subject: Upgrade paste to 1.0.11 This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update rust/crates/paste For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md Test: TreeHugger Change-Id: Id263c982d4c8e182b307335ab33d24a2c0f7019c --- .cargo_vcs_info.json | 2 +- Android.bp | 2 +- Cargo.toml | 2 +- Cargo.toml.orig | 2 +- METADATA | 10 +++++----- README.md | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.cargo_vcs_info.json b/.cargo_vcs_info.json index 1a328e4..a26ab5a 100644 --- a/.cargo_vcs_info.json +++ b/.cargo_vcs_info.json @@ -1,6 +1,6 @@ { "git": { - "sha1": "188ceccacedd20ff9ecc4037d43162f39a41f7bf" + "sha1": "44d758d558c62bf08bfdef49159f30fe37a8c101" }, "path_in_vcs": "" } \ No newline at end of file diff --git a/Android.bp b/Android.bp index 10f9992..6393c3a 100644 --- a/Android.bp +++ b/Android.bp @@ -41,7 +41,7 @@ rust_proc_macro { name: "libpaste", crate_name: "paste", cargo_env_compat: true, - cargo_pkg_version: "1.0.10", + cargo_pkg_version: "1.0.11", srcs: ["src/lib.rs"], edition: "2018", } diff --git a/Cargo.toml b/Cargo.toml index bedfc6e..091af69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ edition = "2018" rust-version = "1.31" name = "paste" -version = "1.0.10" +version = "1.0.11" authors = ["David Tolnay "] description = "Macros for all your token pasting needs" readme = "README.md" diff --git a/Cargo.toml.orig b/Cargo.toml.orig index bbd510c..179c506 100644 --- a/Cargo.toml.orig +++ b/Cargo.toml.orig @@ -1,6 +1,6 @@ [package] name = "paste" -version = "1.0.10" +version = "1.0.11" authors = ["David Tolnay "] categories = ["development-tools", "no-std"] description = "Macros for all your token pasting needs" diff --git a/METADATA b/METADATA index 0b250e2..665788d 100644 --- a/METADATA +++ b/METADATA @@ -11,13 +11,13 @@ third_party { } url { type: ARCHIVE - value: "https://static.crates.io/crates/paste/paste-1.0.10.crate" + value: "https://static.crates.io/crates/paste/paste-1.0.11.crate" } - version: "1.0.10" + version: "1.0.11" license_type: NOTICE last_upgrade_date { - year: 2022 - month: 12 - day: 13 + year: 2023 + month: 2 + day: 3 } } diff --git a/README.md b/README.md index 30fce1b..c32d424 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Macros for all your token pasting needs [github](https://github.com/dtolnay/paste) [crates.io](https://crates.io/crates/paste) [docs.rs](https://docs.rs/paste) -[build status](https://github.com/dtolnay/paste/actions?query=branch%3Amaster) +[build status](https://github.com/dtolnay/paste/actions?query=branch%3Amaster) The nightly-only [`concat_idents!`] macro in the Rust standard library is notoriously underpowered in that its concatenated identifiers can only refer to -- cgit v1.2.3