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

Add optional defmt support for error types #77

Merged
merged 5 commits into from
Nov 8, 2023
Merged

Add optional defmt support for error types #77

merged 5 commits into from
Nov 8, 2023

Conversation

vhdirk
Copy link
Contributor

@vhdirk vhdirk commented Nov 4, 2023

add defmt as an optional dependent package

closes #75
closes #76

src/de/mod.rs Outdated Show resolved Hide resolved
@ryan-summers
Copy link
Member

I think there's one last formatting issue, and one compile issue (don't need a defmt:: prefix). Try it locally with cargo build --all-features

@vhdirk
Copy link
Contributor Author

vhdirk commented Nov 5, 2023

All done!

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.

Thank you!

.github/workflows/ci.yml Outdated Show resolved Hide resolved
Co-authored-by: Diego Barrios Romero <[email protected]>
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.

Uh, could you update the MSRV to 1.60 as well?

@vhdirk
Copy link
Contributor Author

vhdirk commented Nov 7, 2023

Sure, done!

@ryan-summers
Copy link
Member

I think the msrv workflow is still referring to 1.56, sorry for all the tiny details here.

@eldruin
Copy link
Member

eldruin commented Nov 7, 2023

Hmm 1.60 seems not enough. Could you bump it to 1.62.0?

Copy link
Member

@ryan-summers ryan-summers left a comment

Choose a reason for hiding this comment

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

Thanks for working through this, everything's looking good now :)

@ryan-summers ryan-summers merged commit e82b4f3 into rust-embedded-community:master Nov 8, 2023
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.

Feature Request: Support defmt Formatting
4 participants