Skip to content

Conversation

Dirbaio
Copy link
Member

@Dirbaio Dirbaio commented Sep 30, 2025

  • io: remove Read/Write supertrait for ReadReady/WriteReady.

turns out we screwed up this in 0.7.0. I've yanked those for now. ReadReady/WriteReady are shared between blocking and async (the embedded-io-async crate just reexports them) so they shouldn't have the blocking Read/Write as supertraits.

  • Release embedded-io 0.7.1

`ReadReady`/`WriteReady` are shared between blocking and async (the embedded-io-async
crate just reexports them) so they shouldn't have the blocking `Read`/`Write` as
supertraits.
@Dirbaio Dirbaio requested a review from a team as a code owner September 30, 2025 23:09
Copy link
Member

@MabezDev MabezDev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense, thanks!

@MabezDev MabezDev added this pull request to the merge queue Oct 1, 2025
Merged via the queue into rust-embedded:master with commit 21e547a Oct 1, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants