Closed IsaacWoods closed 6 years ago
Thanks a lot! I haven't tried it yet but it looks good to me.
Perhaps we should also handle the default features key. It would be confusing that enabling features works but disabling default features does not.
Ah yep, missed that. I've also tested locally and this now appears to work in all the cases I could think of
Thanks you!
Released as version 0.5.3
This passes the features defined in the user's bootloader dependency to
cargo-xbuild
when we build the bootloader. It also errors if the user tries to specify features when using a precompiled bootloader, as we don't actually recompile the bootloader so it won't include those features.