Closed danieleades closed 3 months ago
does CI actually cover this feature?
Yes https://github.com/mavlink/rust-mavlink/actions/runs/10548211116/job/29221931254
ah i think i see what's going on here. the embedded_hal_02
dependency is essentially a feature which pins to an older version. Therefore this PR should not be merged.
when embedded-io
provides feature parity the embedded_hal_02
dependency/feature should be removed, not updated.
does CI actually cover this feature?