From 5ec9dccb01745b3b8575290c6c706863d7595eed Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Tue, 26 Nov 2024 08:30:54 +0000 Subject: [PATCH] Switch to just-released cmake-rs --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 70428769e0f..441a8e25160 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,6 @@ harness = false [patch.crates-io] esp-idf-hal = { git = "https://github.com/esp-rs/esp-idf-hal" } esp-idf-sys = { git = "https://github.com/esp-rs/esp-idf-sys" } -cmake = { git = "https://github.com/ivmarkov/cmake-rs" } [features] default = ["std", "binstart"]