You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be very useful to have support for embedded_io traits right in the ciborium - implement ciborium::{Read,Write} for embedded_io::{Read,Write}.
I have already implemented it, but now I realized one problem - ciborium currently sets MSRV to 1.58.
With rust 1.58, there is no support for optional dependencies (so I can't make embedded-io optional) and also limits embedded-io version to 0.5.0 (while current is 0.6.1).
I have a PR open to boost the MSRV #103, and it's stuck on an unrelated unit test that fails. I can force it, but I'd appreciate help on trying to figure out the cause.
Is there an existing issue for this?
Description
Dear maintainers,
I think it would be very useful to have support for embedded_io traits right in the ciborium - implement ciborium::{Read,Write} for embedded_io::{Read,Write}.
I have already implemented it, but now I realized one problem - ciborium currently sets MSRV to 1.58.
With rust 1.58, there is no support for optional dependencies (so I can't make embedded-io optional) and also limits embedded-io version to 0.5.0 (while current is 0.6.1).
See pull request
How shall I proceed?
Acceptance Criteria
No response
Suggestions for a technical implementation
No response
The text was updated successfully, but these errors were encountered: