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

Make Cargo feature explicit #528

Merged
merged 2 commits into from
Nov 25, 2023
Merged

Make Cargo feature explicit #528

merged 2 commits into from
Nov 25, 2023

Conversation

nyurik
Copy link
Contributor

@nyurik nyurik commented Nov 22, 2023

To keep consistent with all other crates, and for clarity, it is best to explicitly declare defmt-03 as a feature of the embedded-hal crate. This way people can look at the [features] section rather than search through any optional dependencies. In this case it's not that big of a deal, but it keeps the pattern.

To keep consistent with all other crates, and for clarity, it is best to explicitly declare `defmt-03` as a feature of the `embedded-hal` crate. This way people can look at the `[features]` section rather than search through any optional dependencies.  In this case it's not that big of a deal, but it keeps the pattern.
@nyurik nyurik requested a review from a team as a code owner November 22, 2023 22:07
Dirbaio
Dirbaio previously approved these changes Nov 22, 2023
eldruin
eldruin previously approved these changes Nov 23, 2023
Copy link
Member

@eldruin eldruin left a comment

Choose a reason for hiding this comment

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

Seems fine to me, thanks!
@Dirbaio do you understand where the rustdoc CI error comes from?

@Dirbaio Dirbaio dismissed stale reviews from eldruin and themself via 7fa5805 November 24, 2023 23:27
@Dirbaio
Copy link
Member

Dirbaio commented Nov 24, 2023

it was tokio-rs/tokio#6165, added a workaround.

@Dirbaio Dirbaio added this pull request to the merge queue Nov 25, 2023
Merged via the queue into rust-embedded:master with commit 46011e2 Nov 25, 2023
12 checks passed
@nyurik nyurik deleted the dep-nit branch November 25, 2023 05:03
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.

None yet

3 participants