From 8fcaf8b8706b6656226f35003eb3a244736b647d Mon Sep 17 00:00:00 2001 From: Thorsten Ball Date: Mon, 9 Dec 2024 15:14:46 +0100 Subject: [PATCH] collab: Fix compilation error by removing dependency on livekit_client (#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 --- crates/collab/Cargo.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/crates/collab/Cargo.toml b/crates/collab/Cargo.toml index 9c7f09bcf5864..d08bcfa18d171 100644 --- a/crates/collab/Cargo.toml +++ b/crates/collab/Cargo.toml @@ -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