aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-02-02 23:53:00 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-02-02 23:53:00 +0000
commit81c88b163e26f4c475b3609952b49f47864284c1 (patch)
treeac5525259de3031529e637c05d2e22b318a8bc71
parent7dabf24c84e47995fcd5f23c89cb8f5852a2c889 (diff)
parent77fb2d135165f970d74e0fbff418c03232e4b5dd (diff)
downloadfutures-io-simpleperf-release.tar.gz
Snap for 11400057 from 77fb2d135165f970d74e0fbff418c03232e4b5dd to simpleperf-releasesimpleperf-release
Change-Id: I01e9b4a8653e837e00f1ff4255a99ceaf29b4a4d
-rw-r--r--.cargo_vcs_info.json2
-rw-r--r--Android.bp2
-rw-r--r--Cargo.toml2
-rw-r--r--Cargo.toml.orig2
-rw-r--r--METADATA23
5 files changed, 14 insertions, 17 deletions
diff --git a/.cargo_vcs_info.json b/.cargo_vcs_info.json
index f379470..745692d 100644
--- a/.cargo_vcs_info.json
+++ b/.cargo_vcs_info.json
@@ -1,6 +1,6 @@
{
"git": {
- "sha1": "5e3693a350f96244151081d2c030208cd15f9572"
+ "sha1": "de1a0fd64a1bcae9a1534ed4da1699632993cc26"
},
"path_in_vcs": "futures-io"
} \ No newline at end of file
diff --git a/Android.bp b/Android.bp
index d6cda26..28f3e61 100644
--- a/Android.bp
+++ b/Android.bp
@@ -42,7 +42,7 @@ rust_library {
host_supported: true,
crate_name: "futures_io",
cargo_env_compat: true,
- cargo_pkg_version: "0.3.26",
+ cargo_pkg_version: "0.3.30",
srcs: ["src/lib.rs"],
edition: "2018",
features: [
diff --git a/Cargo.toml b/Cargo.toml
index 36a86a8..d08683c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@
edition = "2018"
rust-version = "1.36"
name = "futures-io"
-version = "0.3.26"
+version = "0.3.30"
description = """
The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library.
"""
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 775be9b..9911316 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "futures-io"
-version = "0.3.26"
+version = "0.3.30"
edition = "2018"
rust-version = "1.36"
license = "MIT OR Apache-2.0"
diff --git a/METADATA b/METADATA
index a032af8..a75c992 100644
--- a/METADATA
+++ b/METADATA
@@ -1,23 +1,20 @@
# This project was upgraded with external_updater.
-# Usage: tools/external_updater/updater.sh update rust/crates/futures-io
-# For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md
+# Usage: tools/external_updater/updater.sh update external/rust/crates/futures-io
+# For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md
name: "futures-io"
description: "The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library."
third_party {
- url {
- type: HOMEPAGE
- value: "https://crates.io/crates/futures-io"
- }
- url {
- type: ARCHIVE
- value: "https://static.crates.io/crates/futures-io/futures-io-0.3.26.crate"
- }
- version: "0.3.26"
license_type: NOTICE
last_upgrade_date {
- year: 2023
+ year: 2024
month: 2
- day: 15
+ day: 1
+ }
+ homepage: "https://crates.io/crates/futures-io"
+ identifier {
+ type: "Archive"
+ value: "https://static.crates.io/crates/futures-io/futures-io-0.3.30.crate"
+ version: "0.3.30"
}
}