Skip to content

Commit 1c02ef9

Browse files
adri326eldruin
authored andcommitted
Remove the alloc feature from default for testing
Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
1 parent 9c60961 commit 1c02ef9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

embedded-hal-bus/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ async = ["dep:embedded-hal-async"]
2020
defmt-03 = ["dep:defmt-03", "embedded-hal/defmt-03", "embedded-hal-async?/defmt-03"]
2121
# Enables additional utilities requiring a global allocator.
2222
alloc = []
23-
# TODO: remove this
24-
default = ["alloc"]
2523

2624
[dependencies]
2725
embedded-hal = { version = "1.0.0", path = "../embedded-hal" }

0 commit comments

Comments
 (0)