From cdc1eeecec53e9d20a8b957d16d80f1e4af68553 Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Tue, 5 Nov 2024 10:00:21 +0000 Subject: [PATCH] Need the latest esp-idf-sys --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index ee148fa69f..65d34a9e9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,7 @@ documentation = "https://docs.esp-rs.org/esp-idf-hal/" rust-version = "1.75" [patch.crates-io] +esp-idf-sys = { git = "https://github.com/esp-rs/esp-idf-sys" } cmake = { git = "https://github.com/ivmarkov/cmake-rs" } [lib]