commit | a79678d1fbf992c8dc5c28379a5faa10ea9fab4c | [log] [tgz] |
---|---|---|
author | Jeff Vander Stoep <[email protected]> | Thu Feb 01 14:54:12 2024 +0100 |
committer | Jeff Vander Stoep <[email protected]> | Thu Feb 01 14:54:12 2024 +0100 |
tree | 0df6a987e43de896223f1f1b4adbdc334d081d7b | |
parent | 1768b48aadab2e92bc125122c49c9aae7f5ef6cb [diff] |
Upgrade futures-channel to 0.3.30 This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update external/rust/crates/futures-channel For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md Test: TreeHugger Change-Id: Icc72b029890ea08a493904230d44f3cd359a4aa9
Channels for asynchronous communication using futures-rs.
Add this to your Cargo.toml
:
[dependencies] futures-channel = "0.3"
The current futures-channel
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.