diff --git a/Cargo.toml b/Cargo.toml index 12f7762..063d190 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 @@ -50,4 +48,4 @@ lto = true name = "microbit-v2" test = false bench = false -required-features = ["async", "microbit-example"] +required-features = ["async"]