You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Someone has added embassy support to rp-hal for the Raspberry Silicon RP2040. I'd like to publish a new version of that package, but we can't whilst we point at a git dependency for embassy-traits.
Will there be a release soon? If not, I will have to back out support for embassy so I can cargo publish.
Thanks!
The text was updated successfully, but these errors were encountered:
The goal is to make a release eventually, obviously :)
The embassy-traits stuff is quite up in the air since it will probably be replaced by this soon rust-embedded/embedded-hal#285, so we don't want to make a release to have to immediately break it (and break dependents like rp-rs).
For now I'd just comment out the embassy-trait dep in crates.io releases. You also might want to expose async functionality via inherent methods instead of trait methods, so they can be used without embassy-traits, and on stable.
Closing, the requested crate embassy-traits is now deprecated and almost-deleted. Async traits are now being developed in embedded-hal: rust-embedded/embedded-hal#356
Uh oh!
There was an error while loading. Please reload this page.
Someone has added embassy support to rp-hal for the Raspberry Silicon RP2040. I'd like to publish a new version of that package, but we can't whilst we point at a git dependency for embassy-traits.
Will there be a release soon? If not, I will have to back out support for embassy so I can
cargo publish
.Thanks!
The text was updated successfully, but these errors were encountered: