From 1d6a2c67fb1b8c7da6ecb629abcca800a0be90a5 Mon Sep 17 00:00:00 2001 From: John Tur Date: Wed, 25 Feb 2026 22:00:15 -0500 Subject: [PATCH] Fix Windows remote server (#50152) More fallout from https://github.com/zed-industries/zed/pull/49277. Closes #50149. Release Notes: - Fixed remote server failing to launch on Windows. --- 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