aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/zed/patches/default-members-cli.patch
blob: 9c142af01b5b0334f59222cb4002ee5289640057 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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