Patch the sys crate

This commit is contained in:
ivmarkov 2025-08-11 17:55:14 +00:00
parent 659fcee1ee
commit 51e6833d6c

View File

@ -15,6 +15,9 @@ build = "build.rs"
documentation = "https://docs.esp-rs.org/esp-idf-hal/"
rust-version = "1.79"
[patch.crates-io]
esp-idf-sys = { git = "https://github.com/esp-rs/esp-idf-sys" }
[lib]
harness = false