commit | 8e46329e12a681201c1af53bebadfb2979c70c80 | [log] [tgz] |
---|---|---|
author | Jeff Vander Stoep <jeffv@google.com> | Thu Feb 01 19:11:32 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Feb 01 19:11:32 2024 +0000 |
tree | eae9b550f3c20c1f11cca9d77bec2e7c7c4e9467 | |
parent | ca185da7da55e0099751db825026158887f60e74 [diff] | |
parent | fe1da41207dec108a4f82a67427f615c20d75b8a [diff] |
Upgrade futures-test to 0.3.30 am: fe1da41207 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/futures-test/+/2943535 Change-Id: I67d958df374a8fe71e82c40420b5910e4db20f02 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.