Skip to content

Commit 9303359

Browse files
Add non-functional workspace.excludes.
Once rust-lang/cargo#6745 is fixed, this `exclude` section will work and do what we need, but for now it is a no-op.
1 parent 374f409 commit 9303359

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ members = [
66
"cubeb-sys",
77
"systest"
88
]
9+
exclude = [
10+
"cubeb-sys/libcubeb/src/cubeb-coreaudio-rs",
11+
"cubeb-sys/libcubeb/src/cubeb-pulse-rs",
12+
]

0 commit comments

Comments
 (0)