Skip to content

Commit

Permalink
Switch to just-released cmake-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Nov 26, 2024
1 parent d21cd88 commit 93c031d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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"] }
Expand Down

0 comments on commit 93c031d

Please sign in to comment.