Skip to content

Commit fce922e

Browse files
anpCQ Bot
authored andcommitted
[rust][3p] Expose crossbeam-channel as unversioned dep.
Want to use this in Starnix without having to add all of crossbeam to our build times. Change-Id: I9d70eaaaaecbf464fd2d43305c190ca08ac536d8 Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1193315 Commit-Queue: Auto-Submit <[email protected]> Fuchsia-Auto-Submit: Adam Perry <[email protected]> Reviewed-by: Erick Tryzelaar <[email protected]>
1 parent 8e80f13 commit fce922e

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

third_party/rust_crates/BUILD.gn

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,10 @@ group("crossbeam") {
189189
public_deps = [ ":crossbeam-v0_8_0" ]
190190
}
191191

192+
group("crossbeam-channel") {
193+
public_deps = [ ":crossbeam-channel-v0_5_1" ]
194+
}
195+
192196
group("crossbeam-utils") {
193197
public_deps = [ ":crossbeam-utils-v0_8_14" ]
194198
}
@@ -3776,6 +3780,7 @@ rust_library("crossbeam-channel-v0_5_1") {
37763780
"-Cmetadata=4f2cca7fb0f4b481",
37773781
"-Cextra-filename=-4f2cca7fb0f4b481",
37783782
"--cfg=feature=\"crossbeam-utils\"",
3783+
"--cfg=feature=\"default\"",
37793784
"--cfg=feature=\"std\"",
37803785
]
37813786

third_party/rust_crates/Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

third_party/rust_crates/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ clap = "2.34"
7979
crc = "1.8.1"
8080
criterion = { version = "0.2", default-features = false }
8181
crossbeam = "0.8.0"
82+
crossbeam-channel = "0.5.1"
8283
crossbeam-utils = "0.8.14"
8384
csv = "1.2.1"
8485
darling = "0.20.10"

0 commit comments

Comments
 (0)