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.
Hello,
I have a version conflict when trying to add
display-interface-spi
alongsideesp-idf-hal
from crates.io, the first one depends onembedded-hal = "1.0.0"
while esp-idf-hal is at1.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