From 41eb75f964558cf7a3535bacb260b9746ecbd424 Mon Sep 17 00:00:00 2001 From: "zed-zippy[bot]" <234243425+zed-zippy[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 03:08:43 +0000 Subject: [PATCH] Fix Windows remote server (#50152) (cherry-pick to preview) (#50153) Cherry-pick of #50152 to preview ---- More fallout from https://github.com/zed-industries/zed/pull/49277. Closes #50149. Release Notes: - Fixed remote server failing to launch on Windows. Co-authored-by: John Tur --- crates/remote_server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/remote_server/Cargo.toml b/crates/remote_server/Cargo.toml index d1430831eef5feb716eab098593573a17336cbb9..9208f9f462e515c9acbe4a71e6c0e119ea1b3966 100644 --- a/crates/remote_server/Cargo.toml +++ b/crates/remote_server/Cargo.toml @@ -38,7 +38,7 @@ futures.workspace = true git.workspace = true git_hosting_providers.workspace = true git2 = { workspace = true, features = ["vendored-libgit2"] } -gpui.workspace = true +gpui = { workspace = true, features = ["windows-manifest"] } gpui_platform.workspace = true gpui_tokio.workspace = true http_client.workspace = true