almindor / mipidsi

MIPI Display Serial Interface unified driver
MIT License
108 stars 47 forks source link

dependencies version not updated in crates #128

Open Song-aff opened 2 months ago

Song-aff commented 2 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 2 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.