-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
async-io dependency breaks build #7
Comments
seems to fix my issue - I suppose we need to wait for async-io and socket2 to release new versions to fix this. |
Upstream support for ESP IDF in the We need new releases for the following crates, as the ESP IDF changes are upstreamed in there, but not released yet:
Crates where the ESP IDF changes are upstreamed and also released:
Crates where ESP IDF changes are upstreamed, yet their
In the meantime, what you can do is:
UPDATE: Crates which still need a small PR to be upstreamed:
|
@FrozenDroid Small progress update:
Waiting for the release of That would complete the upstreaming story of ESP-IDF in the |
Quite easy to reproduce - just build master and you will see many errors involving libc.
The text was updated successfully, but these errors were encountered: