From ee828da206809b9c43326cba5199f39d2270a373 Mon Sep 17 00:00:00 2001 From: Joel Galenson Date: Wed, 22 Sep 2021 10:58:25 -0700 Subject: Upgrade rust/crates/futures-task to 0.3.17 Test: make Change-Id: Ia4597c4c776373b4177098881fa96fd9238f972e --- .cargo_vcs_info.json | 2 +- Android.bp | 4 ++++ Cargo.toml | 2 +- Cargo.toml.orig | 2 +- METADATA | 8 ++++---- 5 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.cargo_vcs_info.json b/.cargo_vcs_info.json index 99dc8b0..ffd4f55 100644 --- a/.cargo_vcs_info.json +++ b/.cargo_vcs_info.json @@ -1,5 +1,5 @@ { "git": { - "sha1": "ab38fd29d3f84f8fc028fa7883e53dba423da0ee" + "sha1": "7caefa51304e78fd5018cd5d2a03f3b9089cc010" } } diff --git a/Android.bp b/Android.bp index f135b0f..bb43920 100644 --- a/Android.bp +++ b/Android.bp @@ -41,6 +41,8 @@ rust_defaults { name: "futures-task_test_defaults", crate_name: "futures_task", srcs: ["src/lib.rs"], + cargo_env_compat: true, + cargo_pkg_version: "0.3.17", test_suites: ["general-tests"], auto_gen_config: true, edition: "2018", @@ -68,6 +70,8 @@ rust_library { name: "libfutures_task", host_supported: true, crate_name: "futures_task", + cargo_env_compat: true, + cargo_pkg_version: "0.3.17", srcs: ["src/lib.rs"], edition: "2018", features: [ diff --git a/Cargo.toml b/Cargo.toml index 781c807..1a09a27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ [package] edition = "2018" name = "futures-task" -version = "0.3.16" +version = "0.3.17" authors = ["Alex Crichton "] description = "Tools for working with tasks.\n" homepage = "https://rust-lang.github.io/futures-rs" diff --git a/Cargo.toml.orig b/Cargo.toml.orig index 3d246ad..23e5aed 100644 --- a/Cargo.toml.orig +++ b/Cargo.toml.orig @@ -1,7 +1,7 @@ [package] name = "futures-task" edition = "2018" -version = "0.3.16" +version = "0.3.17" authors = ["Alex Crichton "] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/futures-rs" diff --git a/METADATA b/METADATA index 157b825..eb20dd2 100644 --- a/METADATA +++ b/METADATA @@ -7,13 +7,13 @@ third_party { } url { type: ARCHIVE - value: "https://static.crates.io/crates/futures-task/futures-task-0.3.16.crate" + value: "https://static.crates.io/crates/futures-task/futures-task-0.3.17.crate" } - version: "0.3.16" + version: "0.3.17" license_type: NOTICE last_upgrade_date { year: 2021 - month: 8 - day: 9 + month: 9 + day: 22 } } -- cgit v1.2.3