Skip to content

Commit

Permalink
Remove the alloc feature from default for testing
Browse files Browse the repository at this point in the history
Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
  • Loading branch information
2 people authored and Dirbaio committed Jul 26, 2024
1 parent 9c60961 commit 1c02ef9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions embedded-hal-bus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 1c02ef9

Please sign in to comment.