diff --git a/Cargo.toml b/Cargo.toml index 813c0c49..93c3ac4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,6 +60,7 @@ embedded-hal-async = { version = "1.0.0-rc.1" } # patching esp32c6-hal for BLE - it would compile with 0.5.0 but not work [patch.crates-io] esp32c2-hal = { git = "https://github.com/esp-rs/esp-hal.git", rev = "9cb8f7e941fd62f5ec1d46ee0dd9e8b2b2675872" } +esp32c6-hal = { git = "https://github.com/esp-rs/esp-hal.git", rev = "9cb8f7e941fd62f5ec1d46ee0dd9e8b2b2675872" } esp32c3-hal = { git = "https://github.com/esp-rs/esp-hal.git", rev = "9cb8f7e941fd62f5ec1d46ee0dd9e8b2b2675872" } esp32-hal = { git = "https://github.com/esp-rs/esp-hal.git", rev = "9cb8f7e941fd62f5ec1d46ee0dd9e8b2b2675872" } esp32s2-hal = { git = "https://github.com/esp-rs/esp-hal.git", rev = "9cb8f7e941fd62f5ec1d46ee0dd9e8b2b2675872" }