From 506dc9bb5e66233f5c1a0dcbead9302299f8ca79 Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Tue, 26 Nov 2024 08:30:26 +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 65d34a9e9e9..801e7e64877 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,6 @@ 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] harness = false