From 93c031d99c4f0612d6eb69890c60ac71a2f29a75 Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Tue, 26 Nov 2024 08:29:54 +0000 Subject: [PATCH] Switch to just-released cmake-rs --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 22563fcbc6..5aa1df2482 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,9 +15,6 @@ build = "build/build.rs" documentation = "https://docs.esp-rs.org/esp-idf-sys/" rust-version = "1.66" -[patch.crates-io] -cmake = { git = "https://github.com/ivmarkov/cmake-rs" } - [lib] harness = false @@ -42,6 +39,7 @@ embuild = { version = "0.32", features = ["glob", "kconfig", "cmake", "espidf"] anyhow = "1" regex = "1.5" bindgen = "0.69" +cmake = "0.1.52" cargo_metadata = "0.18" serde = { version = "1.0", features = ["derive"] } strum = { version = "0.24", features = ["derive"] }