commit | 9171bf19c0018ea5855e7b1cd3a438fbfdcefce8 | [log] [tgz] |
---|---|---|
author | James Farrell <[email protected]> | Wed Aug 07 13:45:25 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Wed Aug 07 13:45:25 2024 +0000 |
tree | c4712e3a6048fa0d510f0bcd5c6b1e1c71d67780 | |
parent | 649271d4077052aa410bd83c04de4cd6d77c9801 [diff] | |
parent | 54dfee6dbc5efdd82dd66e1cf2e2ce3df622b330 [diff] |
Update Android.bp by running cargo_embargo am: 54dfee6dbc Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/crossbeam-deque/+/3209050 Change-Id: Iaddd61f3c2103e56151bc94f54b2ed016ee6af89 Signed-off-by: Automerger Merge Worker <[email protected]>
This crate provides work-stealing deques, which are primarily intended for building task schedulers.
Add this to your Cargo.toml
:
[dependencies] crossbeam-deque = "0.8"
Crossbeam Deque supports stable Rust releases going back at least six months, and every time the minimum supported Rust version is increased, a new minor version is released. Currently, the minimum supported Rust version is 1.61.
Licensed under either of
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.