From 5a94e0fe3b27a38d6c53422635874a6ebe512978 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Tue, 3 Sep 2024 13:52:57 -0400 Subject: [PATCH] zed: Sort dependencies in `Cargo.toml` (#17317) This PR sorts the dependencies in the `zed` crate's `Cargo.toml`, as they had gotten unsorted. Release Notes: - N/A --- crates/zed/Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/crates/zed/Cargo.toml b/crates/zed/Cargo.toml index 3f894af27c..b9d751a4bf 100644 --- a/crates/zed/Cargo.toml +++ b/crates/zed/Cargo.toml @@ -35,6 +35,7 @@ command_palette.workspace = true command_palette_hooks.workspace = true copilot.workspace = true db.workspace = true +dev_server_projects.workspace = true diagnostics.workspace = true editor.workspace = true env_logger.workspace = true @@ -81,7 +82,6 @@ project_panel.workspace = true project_symbols.workspace = true quick_action_bar.workspace = true recent_projects.workspace = true -dev_server_projects.workspace = true release_channel.workspace = true remote.workspace = true repl.workspace = true @@ -95,25 +95,25 @@ settings_ui.workspace = true simplelog.workspace = true smol.workspace = true snippet_provider.workspace = true -tab_switcher.workspace = true supermaven.workspace = true +sysinfo.workspace = true +tab_switcher.workspace = true task.workspace = true tasks_ui.workspace = true -time.workspace = true telemetry_events.workspace = true terminal_view.workspace = true theme.workspace = true theme_selector.workspace = true +time.workspace = true +ui.workspace = true url.workspace = true urlencoding = "2.1.2" -ui.workspace = true util.workspace = true uuid.workspace = true vim.workspace = true welcome.workspace = true workspace.workspace = true zed_actions.workspace = true -sysinfo.workspace = true [target.'cfg(target_os = "windows")'.dependencies] windows.workspace = true