Hi, I encountered this error after updating to the latest version of `espflash`: ``` Error: × ESP-IDF App Descriptor (https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api- │ reference/system/app_image_format.html#application-description) missing in your`esp-idf` │ application. ``` Cargo.toml: ```toml # ... esp-bootloader-esp-idf = "0.1.0" esp-hal = { version = "^1.0.0-beta.0", features = [ "esp32c3", "unstable", "log", ] } esp-hal-embassy = { version = "0.7", features = ["esp32c3"] } # ... ``` Error does not appear on espflash@3.3.0