almindor / mipidsi

MIPI Display Serial Interface unified driver
MIT License
125 stars 48 forks source link

dependencies version not updated in crates #128

Closed Song-aff closed 1 month ago

Song-aff commented 7 months ago

The dependencies in the repository are as follows:

[dependencies]
display-interface = "0.5.0"
embedded-graphics-core = "0.4.0"
embedded-hal = "1.0.0"
nb = "1.0.0"

They are inconsistent with the dependencies listed on crates.io for version 0.7.1 of the mipidsi crate.

rfuest commented 7 months ago

The dependencies in the development version of the crate have been updated to support the 1.0 release of embedded-hal. The dependencies on crates.io will be updated with the next release of mipidsi.

almindor commented 1 month ago

This is now solved with 0.8 out