forked from esp-rs/esp-idf-sys
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove a denylist which should not be there really
- Loading branch information
imarkov
committed
Oct 19, 2021
1 parent
693d89d
commit 24fc1c8
Showing
2 changed files
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"] | ||
|
@@ -28,7 +28,7 @@ native = ["strum"] | |
|
||
[dependencies] | ||
mutex-trait = "0.2" | ||
embedded-svc = "0.10" | ||
embedded-svc = "0.11" | ||
paste = "1" | ||
|
||
[build-dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters