diff --git a/cargo/.cargo/config.toml b/cargo/.cargo/config.toml index 0ffeb0f..2478b4b 100644 --- a/cargo/.cargo/config.toml +++ b/cargo/.cargo/config.toml @@ -28,3 +28,7 @@ ESP_IDF_VERSION = "v5.1.3" {% elsif espidfver == "master" %} ESP_IDF_VERSION = "master" {% endif %} +# Workaround for https://github.com/esp-rs/esp-idf-template/issues/174 until +# https://github.com/esp-rs/esp-idf-hal/pull/387 gets released and the template +# updated. +CRATE_CC_NO_DEFAULTS = "1"