commit | b8b1de7a16794b8f6f6abda6afa6004039811aa6 | [log] [tgz] |
---|---|---|
author | Jeff Vander Stoep <[email protected]> | Mon Dec 12 08:04:51 2022 +0100 |
committer | Jeff Vander Stoep <[email protected]> | Mon Dec 12 08:06:04 2022 +0100 |
tree | c5d1e2efa0ad398a5c6bf374fc939a3e8f72f728 | |
parent | 35225a575d56af68bb1e07893e72c7b9533b0d58 [diff] |
Upgrade futures-channel to 0.3.25 This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update rust/crates/futures-channel For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md Test: TreeHugger Change-Id: I2a96779073b50ba16a95f9b5d7fb837fcf413c01
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.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.