rust-embedded-community / serde-json-core

`serde-json` for `no_std` programs
Apache License 2.0
161 stars 59 forks source link

Add optional defmt support for error types #77

Closed vhdirk closed 1 year ago

vhdirk commented 1 year ago

add defmt as an optional dependent package

closes https://github.com/rust-embedded-community/serde-json-core/issues/75 closes #76

ryan-summers commented 1 year ago

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 commented 1 year ago

All done!

vhdirk commented 1 year ago

Sure, done!

ryan-summers commented 1 year ago

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

eldruin commented 1 year ago

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