jamesmunns / postcard

A no_std + serde compatible message library for Rust
Apache License 2.0
788 stars 76 forks source link

Support latest version of `embedded-io` #118

Closed Anders429 closed 6 months ago

Anders429 commented 8 months ago

I see that #91 added support for embedded-io's Read and Write traits. However, the support is only for version 0.4. Since embedded-io is now on version 0.6, is it possible for postcard to increase the version of its dependency accordingly?