aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/zed/patches/default-members-cli.patch
diff options
context:
space:
mode:
Diffstat (limited to 'srcpkgs/zed/patches/default-members-cli.patch')
-rw-r--r--srcpkgs/zed/patches/default-members-cli.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/srcpkgs/zed/patches/default-members-cli.patch b/srcpkgs/zed/patches/default-members-cli.patch
new file mode 100644
index 00000000000..9c142af01b5
--- /dev/null
+++ b/srcpkgs/zed/patches/default-members-cli.patch
@@ -0,0 +1,24 @@
+From f82770b62c69cfbfada631fb065afeb7d5a6e513 Mon Sep 17 00:00:00 2001
+From: Luca Matei Pintilie <luca@lucamatei.com>
+Date: Wed, 5 Jun 2024 19:35:37 +0200
+Subject: [PATCH] Cargo.toml: add crates/cli in default-members
+
+---
+ Cargo.toml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Cargo.toml b/Cargo.toml
+index cb58423a8..4318618ed 100644
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -139,7 +139,7 @@ members = [
+
+ "tooling/xtask",
+ ]
+-default-members = ["crates/zed"]
++default-members = ["crates/zed", "crates/cli"]
+ resolver = "2"
+
+ [workspace.dependencies]
+--
+2.45.1