Skip to content

Commit

Permalink
Remove a denylist which should not be there really
Browse files Browse the repository at this point in the history
  • Loading branch information
imarkov committed Oct 19, 2021
1 parent 693d89d commit 24fc1c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "esp-idf-sys"
version = "0.20.9"
version = "0.20.10"
authors = ["Alexey Arbuzov <[email protected]>", "sapir <[email protected]>", "Ivan Markov <[email protected]>"]
edition = "2018"
categories = ["embedded", "hardware-support"]
Expand Down Expand Up @@ -28,7 +28,7 @@ native = ["strum"]

[dependencies]
mutex-trait = "0.2"
embedded-svc = "0.10"
embedded-svc = "0.11"
paste = "1"

[build-dependencies]
Expand Down
1 change: 0 additions & 1 deletion build/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 24fc1c8

Please sign in to comment.