Skip to content

Commit

Permalink
Add non-functional workspace.excludes.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mutexlox-signal committed Oct 9, 2024
1 parent 374f409 commit 9303359
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ members = [
"cubeb-sys",
"systest"
]
exclude = [
"cubeb-sys/libcubeb/src/cubeb-coreaudio-rs",
"cubeb-sys/libcubeb/src/cubeb-pulse-rs",
]

0 comments on commit 9303359

Please sign in to comment.