From f2115e3d474ac9b3c802e162af3dbec620598c4e Mon Sep 17 00:00:00 2001 From: datdenkikniet Date: Sat, 15 Apr 2023 00:54:24 +0200 Subject: [PATCH] Unbrick `cargo xtask build` --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 888a6eecc9..98ecfea66e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,7 @@ [workspace] +default-members = [ + "rtic", +] members = [ "rtic", "rtic-sync",