-
Notifications
You must be signed in to change notification settings - Fork 14
Bump heapless to 0.9.x and embedded-io-async to 0.7.x #38
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
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: Marko Malenic <mmalenic1@gmail.com>
…but cargo test --lib seems to work? ¯\_(ツ)_/¯
… out with the new heapless *Inner types
|
I think the problem is that stdasync Cargo.toml still has the old versions. Make The way I exposed I guess it won't be such a problem once heapless and embedded-io-async reach 1.0 |
|
I think adding |
Thanks Matt! Seems that the stable channel is now complaining though: Should I add conditional cfg/code to avoid that one? |
Ah, actually looks like |
|
If you want to avoid the slow github actions turnaround time the |
Oh, my apologies for the CI/commit noise, I'll try that script out (and embassy's custom build system too btw). |
This version bump is part of a bigger multi-crate version bump to be able to have new Arc primitives from heapless...
The embedded-io-async bump will also help with other conflicts with other crates that still rely on embedded-io 0.6.x series conflicting with 0.7.x on other crates.
/cc @Autofix