commit | fe1da41207dec108a4f82a67427f615c20d75b8a | [log] [tgz] |
---|---|---|
author | Jeff Vander Stoep <jeffv@google.com> | Thu Feb 01 15:10:25 2024 +0100 |
committer | Jeff Vander Stoep <jeffv@google.com> | Thu Feb 01 15:10:26 2024 +0100 |
tree | eae9b550f3c20c1f11cca9d77bec2e7c7c4e9467 | |
parent | 499e1e0324d8548ce312605ecd1f14c85ad4db8a [diff] |
Upgrade futures-test to 0.3.30 This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update external/rust/crates/futures-test For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md Test: TreeHugger Change-Id: I48734d4315fa6c06497f663ff2c8c2b56e691a9b
Common utilities for testing components built off futures-rs.
Add this to your Cargo.toml
:
[dependencies] futures-test = "0.3"
The current futures-test
requires Rust 1.56 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.