diff --git a/Cargo.toml b/Cargo.toml index ba65e41fdef..499eb4e4d95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "esp-idf-sys" -version = "0.20.9" +version = "0.20.10" authors = ["Alexey Arbuzov ", "sapir ", "Ivan Markov "] edition = "2018" categories = ["embedded", "hardware-support"] @@ -28,7 +28,7 @@ native = ["strum"] [dependencies] mutex-trait = "0.2" -embedded-svc = "0.10" +embedded-svc = "0.11" paste = "1" [build-dependencies] diff --git a/build/build.rs b/build/build.rs index c55d1f62af9..2c81f04b562 100644 --- a/build/build.rs +++ b/build/build.rs @@ -75,7 +75,6 @@ fn main() -> anyhow::Result<()> { .header(header_file.try_to_str()?) .blacklist_function("strtold") .blacklist_function("_strtold_r") - .blacklist_function("esp_eth_mac_new_esp32") .clang_args(build_output.components.clang_args()) .clang_args(vec![ "-target",