diff --git a/Cargo.toml b/Cargo.toml index 0ba8a303b9..b2f5142f69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,9 +35,13 @@ const_format = "0.2" # For esp_app_desc!() embuild = { version = "0.31.3", features = ["glob", "kconfig", "cmake", "espidf"] } anyhow = "1" regex = "1.5" -bindgen = "0.63" +bindgen = "0.69" cargo_metadata = "0.18" serde = { version = "1.0", features = ["derive"] } strum = { version = "0.24", features = ["derive"] } envy = "0.4.2" which = "4.4" + + +[patch.crates-io] +embuild ={ git = "https://github.com/esp-rs/embuild"} \ No newline at end of file