From a3a6cccf0a7525987514fbe6a1279b80620c4e3d Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Thu, 21 Nov 2024 15:04:32 -0500 Subject: [PATCH] Remove unneeded `editor` dev dependency --- Cargo.lock | 1 - crates/title_bar/Cargo.toml | 2 -- 2 files changed, 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c8e8def1deec7..9ddbe6dfaa782 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12624,7 +12624,6 @@ dependencies = [ "call", "client", "collections", - "editor", "feature_flags", "gpui", "http_client", diff --git a/crates/title_bar/Cargo.toml b/crates/title_bar/Cargo.toml index 9a34b710d4f4d..0a2878b357b28 100644 --- a/crates/title_bar/Cargo.toml +++ b/crates/title_bar/Cargo.toml @@ -19,7 +19,6 @@ test-support = [ "call/test-support", "client/test-support", "collections/test-support", - "editor/test-support", "gpui/test-support", "http_client/test-support", "project/test-support", @@ -53,7 +52,6 @@ windows.workspace = true call = { workspace = true, features = ["test-support"] } client = { workspace = true, features = ["test-support"] } collections = { workspace = true, features = ["test-support"] } -editor = { workspace = true, features = ["test-support"] } gpui = { workspace = true, features = ["test-support"] } http_client = { workspace = true, features = ["test-support"] } notifications = { workspace = true, features = ["test-support"] }