Skip to content

Commit

Permalink
collab: Fix compilation error by removing dependency on livekit_client (
Browse files Browse the repository at this point in the history
#21744)

This fixes collab not being able to compile anymore for Linux:


https://github.com/zed-industries/zed/actions/runs/12236650046/job/34130962682

Release Notes:

- N/A

Co-authored-by: Antonio <[email protected]>
  • Loading branch information
mrnugget and as-cii authored Dec 9, 2024
1 parent 77b8296 commit 8fcaf8b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions crates/collab/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,6 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json", "re
util.workspace = true
uuid.workspace = true

[target.'cfg(target_os = "macos")'.dependencies]
livekit_client_macos = { workspace = true, features = ["test-support"] }

[target.'cfg(not(target_os = "macos"))'.dependencies]
livekit_client = { workspace = true, features = ["test-support"] }

[dev-dependencies]
assistant = { workspace = true, features = ["test-support"] }
assistant_tool.workspace = true
Expand Down

0 comments on commit 8fcaf8b

Please sign in to comment.