commit | 6a00ea1d4df9f862ca34c18d2e170b937214f0bf | [log] [tgz] |
---|---|---|
author | Jeffrey Vander Stoep <[email protected]> | Mon Dec 12 17:35:43 2022 +0000 |
committer | Automerger Merge Worker <[email protected]> | Mon Dec 12 17:35:43 2022 +0000 |
tree | e42c475956b1f8d8a5bb7cc1abdf325436f2c9b8 | |
parent | b8518bd101722130e5efa1791c1c818fb680ec52 [diff] | |
parent | 0ad420f288b622d7b0cf2f02839bbb54dffe8965 [diff] |
Merge "Upgrade futures-test to 0.3.25" am: 8fda920158 am: 0ad420f288 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/futures-test/+/2337909 Change-Id: I0d21b53bae71a9320f7c9d1fe3018eba7c964d40 Signed-off-by: Automerger Merge Worker <[email protected]>
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.