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