Skip to content

Commit

Permalink
Remove dummy feature since we do not test with async, which is a requ…
Browse files Browse the repository at this point in the history
…irement for the example.
  • Loading branch information
eldruin committed Jun 24, 2024
1 parent e440ef1 commit cfe8ab1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ panic-rtt-target = "0.1.3"

[features]
async = ["dep:embedded-hal-async"]
# Here just so `cargo test` doesn't invoke a build of the microbit-v2 example
microbit-example = []

[profile.release]
lto = true
Expand All @@ -50,4 +48,4 @@ lto = true
name = "microbit-v2"
test = false
bench = false
required-features = ["async", "microbit-example"]
required-features = ["async"]

0 comments on commit cfe8ab1

Please # to comment.