From 1c02ef9f8644d388cafc46cd391dab6e89e8506b Mon Sep 17 00:00:00 2001 From: Shad Amethyst Date: Fri, 26 Jul 2024 11:45:03 +0200 Subject: [PATCH] Remove the alloc feature from default for testing Co-authored-by: Diego Barrios Romero --- embedded-hal-bus/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/embedded-hal-bus/Cargo.toml b/embedded-hal-bus/Cargo.toml index 836f050b..6ab831fb 100644 --- a/embedded-hal-bus/Cargo.toml +++ b/embedded-hal-bus/Cargo.toml @@ -20,8 +20,6 @@ async = ["dep:embedded-hal-async"] defmt-03 = ["dep:defmt-03", "embedded-hal/defmt-03", "embedded-hal-async?/defmt-03"] # Enables additional utilities requiring a global allocator. alloc = [] -# TODO: remove this -default = ["alloc"] [dependencies] embedded-hal = { version = "1.0.0", path = "../embedded-hal" }