You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried adding below to cargo.toml
[features]
default = ["v2"]
v2 = ["microbit-v2"]
error: failed to parse manifest
Caused by: feature v2 includes microbit-v2 which is neither dependency nor another feature
I am getting the above error for 05-led-roulette when running cargo embed --feature v2 --target thumbv7em-non-eabihf
The text was updated successfully, but these errors were encountered: