From 66ea5d990d38115b47efaaebdfe7f4a518951bc5 Mon Sep 17 00:00:00 2001 From: Benjamin Bouvier Date: Thu, 12 Feb 2026 10:47:36 +0100 Subject: [PATCH] refactor: don't build the benchmarks by default either --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 37aa3140a..a8cf4a989 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,8 +11,9 @@ members = [ "xtask", ] exclude = ["testing/data"] -# xtask, testing and the bindings should only be built when invoked explicitly. -default-members = ["benchmarks", "crates/*"] +# xtask, multiverse, benchmarks, testing and the bindings should only be built when invoked +# explicitly. +default-members = ["crates/*"] resolver = "3" [workspace.package]