esp-rs / esp-idf-hal

embedded-hal implementation for Rust on ESP32 and ESP-IDF
https://docs.esp-rs.org/esp-idf-hal/
Apache License 2.0
461 stars 171 forks source link

Conflict between esp-idf-hal and display-interface-spi on embedded-hal version #369

Closed mart-e closed 9 months ago

mart-e commented 9 months ago

Hello,

I have a version conflict when trying to add display-interface-spi alongside esp-idf-hal from crates.io, the first one depends on embedded-hal = "1.0.0" while esp-idf-hal is at 1.0.0-rc.1. I see this was changed at 27cd1940970aa8b43ff467b2f4f03afb04b52f0f but crates.io is still referring the previous version.

Is it possible to update to solve this conflict?

Thanks

MabezDev commented 9 months ago

Use the git version of this crate until a new release has been cut :). See the patch docs.