commit | 1bada4e08fa5e5bd9df9dc17bbfc55e7c9e603d6 | [log] [tgz] |
---|---|---|
author | Jeff Vander Stoep <[email protected]> | Thu Feb 01 21:45:33 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Feb 01 21:45:33 2024 +0000 |
tree | 0df6a987e43de896223f1f1b4adbdc334d081d7b | |
parent | a15ba5184bee2864283cd0ef19c92e824b578764 [diff] | |
parent | 7b8ef4ea4b360b218fb32c640b61851d85fe6a00 [diff] |
Upgrade futures-channel to 0.3.30 am: a79678d1fb am: 7b8ef4ea4b Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/futures-channel/+/2943826 Change-Id: I23d8f1a56341b7cdaa4c739544124ffcb6aca4f7 Signed-off-by: Automerger Merge Worker <[email protected]>
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.