commit | bf75818d883d9d4899b2fef49f2b0d291d9abead | [log] [tgz] |
---|---|---|
author | Jeff Vander Stoep <[email protected]> | Thu Feb 16 09:45:48 2023 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Feb 16 09:45:48 2023 +0000 |
tree | 56037fe59887223f5bc6c5e5d0367a3b21bfd29c | |
parent | 8fd8fc027f287edfaeda9a807bc144cae36900ab [diff] | |
parent | e0d09cfe2465e0f000525b7fa45776cc039a33db [diff] |
Upgrade futures-executor to 0.3.26 am: a1e432b311 am: e0d09cfe24 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/futures-executor/+/2438158 Change-Id: Ib8fb14e6e3ad78f31532882057ece375139586d8 Signed-off-by: Automerger Merge Worker <[email protected]>
Executors for asynchronous tasks based on the futures-rs library.
Add this to your Cargo.toml
:
[dependencies] futures-executor = "0.3"
The current futures-executor
requires Rust 1.45 or later.
Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.