Skip to content
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

remove eh0 feature from default features #122

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

rursprung
Copy link
Contributor

embedded-hal v1.0 came out in january 2024, going forward new code should use this. accordingly, eh0 support should no longer be part of the default features to reduce the amount of dependencies being pulled in.

existing code will likely still use it, thus consumers will have to explicitly enable the feature when upgrading.

CC @tommy-gilligan (you suggested the same as part of your larger draft) & @eldruin (i noticed it due to your comment here: rust-embedded-community/tb6612fng-rs#51 (review))

@tommy-gilligan
Copy link
Contributor

sorry i hadn't got to this yet.
i will get to it this weekend
thank you for your work <3!!

@dbrgn
Copy link
Owner

dbrgn commented Sep 13, 2024

I agree with this change 🙂 Let's wait until #124 is merged.

@dbrgn
Copy link
Owner

dbrgn commented Sep 13, 2024

@rursprung merged, you can rebase now!

`embedded-hal` v1.0 came out in january 2024, going forward new code
should use this. accordingly, `eh0` support should no longer be part of
the default features to reduce the amount of dependencies being pulled
in.

existing code will likely still use it, thus consumers will have to
explicitly enable the feature when upgrading.
@rursprung rursprung force-pushed the remove-eh0-from-default-features branch from a3ee956 to deb84ee Compare September 13, 2024 19:45
@dbrgn dbrgn merged commit fb83b9e into dbrgn:main Sep 13, 2024
3 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.

3 participants