From 2bf7619dfcef24b0ed29e6686b8e83d2759e7f7f Mon Sep 17 00:00:00 2001 From: Mike Foster Date: Wed, 15 Apr 2026 10:32:16 +0000 Subject: [PATCH] don't always test xtasks --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 84aa26e..986fd11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,6 @@ autocfg = {workspace = true } [workspace] members = ["tests/compilation", "xtask"] -default-members = [".", "xtask"] [workspace.dependencies] try_v2 = { path = "."}