Skip to content

Conversation

Conaclos
Copy link
Contributor

@Conaclos Conaclos commented Sep 10, 2025

embedded-io MSRV is set to 1.81, while embedded-io-adapters MSRV was set to 1.60.

Since embedded-io-adapters depends on embedded-io it makes sense of requiring the same minimum Rust version (1.81).
This allows us to forward calls of seek_relative in the std adapters.
seek_relative is stable since Rust 1.80.

@Conaclos Conaclos requested a review from a team as a code owner September 10, 2025 08:57
@Conaclos Conaclos force-pushed the seek-relative-std-adapter branch 2 times, most recently from 4ebda04 to 050e882 Compare September 10, 2025 09:02
format!("{e:?}"),
)),
Err(e @ embedded_io::WriteFmtError::FmtError) => {
Err(std::io::Error::other(format!("{e:?}")))
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This fixes a Clippy error

@Dirbaio Dirbaio added this pull request to the merge queue Sep 10, 2025
Merged via the queue into rust-embedded:master with commit e9a29dd Sep 10, 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