diff --git a/Cargo.toml b/Cargo.toml index dc3b266..a6343ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,7 @@ categories = ["embedded", "hardware-support"] documentation = "https://taks.github.io/esp32-nimble/esp32_nimble/index.html" [patch.crates-io] +esp-idf-sys = { git = 'https://github.com/taks/esp-idf-sys.git', branch = 'fix-compile-error-for-esp32c6-with-nimble' } esp-idf-hal = { git = 'https://github.com/esp-rs/esp-idf-hal.git', branch = 'master' } [profile.release]