esp-rs / esp-idf-template

A "Hello, world!" template of a Rust binary crate for the ESP-IDF framework.
417 stars 50 forks source link

Using Feature Flag all option with nightly feature is broken #114

Closed Vollbrecht closed 1 year ago

Vollbrecht commented 1 year ago

This is duo to the tait problem we had with the new nightly compiler. If people using all feature flags they also need to use a patched version of embedded-svc.