diff --git a/Cargo.toml b/Cargo.toml index 191fe13..678abfd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,3 +45,7 @@ esp-idf-svc = "0.49" [build-dependencies] anyhow = "1" embuild = "0.32" + +[patch.crates-io] +# see: https://github.com/esp-rs/espup/issues/440 +clang-sys = { git = "https://github.com/taks/clang-sys.git", branch = "load_with_flags_test"}