From 51e6833d6c797b556e8db16a7f65f2bbbc31764f Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Mon, 11 Aug 2025 17:55:14 +0000 Subject: [PATCH] Patch the sys crate --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 1d3a507c3..778217e90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,9 @@ build = "build.rs" documentation = "https://docs.esp-rs.org/esp-idf-hal/" rust-version = "1.79" +[patch.crates-io] +esp-idf-sys = { git = "https://github.com/esp-rs/esp-idf-sys" } + [lib] harness = false