-
Notifications
You must be signed in to change notification settings - Fork 46
Update embedded-hal to version 1.0.0-alpha.5 #63
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
Update embedded-hal to version 1.0.0-alpha.5 #63
Conversation
r? @nastevens (rust-highfive has picked a reviewer for you, use r? to override) |
It seems the MSRV build is broken because |
Alright, I have updated the MSRV and as well as |
ea91ee6
to
e43b254
Compare
tryTimed out. |
hey thanks for your work! i've updated embedded-hal-compat to |
That is also a possibility. That would certainly do away with the concern of how long should we support 0.2.x in HALs and what that means for SemVer. Since removing it would be a breaking change, it may be better not to do it at all. |
bors try |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(s|l)gtm, thanks!
bors r+
I will add support for embedded-hal 0.2.x in parallel as described here. This PR contains some preparation for that.