commit | 8cb20ad33ad84d93b5ac3f173f1a455f2144f48d | [log] [tgz] |
---|---|---|
author | Jeff Vander Stoep <[email protected]> | Wed Feb 15 20:22:31 2023 +0100 |
committer | Jeff Vander Stoep <[email protected]> | Wed Feb 15 20:22:31 2023 +0100 |
tree | b87aaf5e0eaf5f353d6367fa8b6c86ae7043e348 | |
parent | fe1ab1f8ceca6589774b2d15a924b18a6249c35b [diff] |
Upgrade futures-test to 0.3.26 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: I79d018039bcfe00cdfc95f4bbd10e161cddf0b0a
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.