commit | d548a0b6039fcbadd72416d8507f5b5cc2876e13 | [log] [tgz] |
---|---|---|
author | Jeff Vander Stoep <[email protected]> | Mon Dec 12 08:13:52 2022 +0100 |
committer | Jeff Vander Stoep <[email protected]> | Mon Dec 12 08:16:06 2022 +0100 |
tree | e42c475956b1f8d8a5bb7cc1abdf325436f2c9b8 | |
parent | 9298c0ab990f8c8b68f09dbbd628ea24f691c2d1 [diff] |
Upgrade futures-test to 0.3.25 This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update rust/crates/futures-test For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md Test: TreeHugger Change-Id: I0e8672654b1c36d5fbc299e3fc33c3c3b57b8c7f
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.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.