From b99514e826cc0138d6d8defae0f9b159409fb3c1 Mon Sep 17 00:00:00 2001 From: Seongmin Lee Date: Mon, 20 Jul 2026 17:33:51 +0900 Subject: [PATCH] Cargo.toml: exclude shuttle from default-members shuttle doesn't compile on macos, so exclude it Signed-off-by: Seongmin Lee --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 16156f51..8b5a9de1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,7 @@ [workspace] resolver = "3" members = ["bobbin/crates/*", "shuttle", "knot2/crates/*"] +default-members = ["bobbin/crates/*", "knot2/crates/*"] exclude = ["sites"] [workspace.package] -- 2.51.2