From 6fa6e30e6b5d8cd90f91edaa6c66feed94f61a88 Mon Sep 17 00:00:00 2001 From: Ashcon Mohseninia Date: Thu, 23 Jan 2025 13:31:54 +0000 Subject: [PATCH] Remove breaking comments in Cargo.toml --- Cargo.toml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3db7568625e..4beae164e53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,7 @@ [workspace] resolver = "2" default-members = ["hal"] -members = [ - "hal", - #"atsamd-hal-macros", - #"pac/*", - #"boards/*", -] +members = ["hal", "atsamd-hal-macros", "pac/*", "boards/*"] [profile.dev] debug = true