From 438a82082229e44e6762a92acb797815ff48296b Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Fri, 6 Feb 2026 15:21:19 -0500 Subject: [PATCH] Clean up some `Cargo.toml` files (#48623) This PR cleans up some `Cargo.toml` files after #48602. Release Notes: - N/A --- crates/breadcrumbs/Cargo.toml | 2 +- crates/diagnostics/Cargo.toml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/crates/breadcrumbs/Cargo.toml b/crates/breadcrumbs/Cargo.toml index a74974774c0f0742a39d871515b61035752d8de3..e6db2b8f20142ed0a41188cd35b993bdbe21bdc0 100644 --- a/crates/breadcrumbs/Cargo.toml +++ b/crates/breadcrumbs/Cargo.toml @@ -19,4 +19,4 @@ workspace.workspace = true [dev-dependencies] gpui = { workspace = true, features = ["test-support"] } -workspace = { workspace = true, features = ["test-support"] } \ No newline at end of file +workspace = { workspace = true, features = ["test-support"] } diff --git a/crates/diagnostics/Cargo.toml b/crates/diagnostics/Cargo.toml index 68877168dd11679592a9276f69d04ff536e9dafa..a5328a1a6dd2e492dc4fb38a963b68a84d98cc03 100644 --- a/crates/diagnostics/Cargo.toml +++ b/crates/diagnostics/Cargo.toml @@ -27,7 +27,6 @@ lsp.workspace = true markdown.workspace = true project.workspace = true rand.workspace = true - serde.workspace = true serde_json.workspace = true settings.workspace = true @@ -43,11 +42,11 @@ client = { workspace = true, features = ["test-support"] } editor = { workspace = true, features = ["test-support"] } gpui = { workspace = true, features = ["test-support"] } language = { workspace = true, features = ["test-support"] } +lsp = { workspace = true, features = ["test-support"] } markdown = { workspace = true, features = ["test-support"] } -lsp = { workspace = true, features=["test-support"] } +pretty_assertions.workspace = true serde_json.workspace = true theme = { workspace = true, features = ["test-support"] } unindent.workspace = true workspace = { workspace = true, features = ["test-support"] } -pretty_assertions.workspace = true zlog.workspace = true