mipidsi icon indicating copy to clipboard operation
mipidsi copied to clipboard

dependencies version not updated in crates

Open Song-aff opened this issue 10 months ago • 1 comments

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.

Song-aff avatar Apr 16 '24 01:04 Song-aff

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.

rfuest avatar Apr 16 '24 02:04 rfuest