You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 27cd194 but crates.io is still referring the previous version.
Is it possible to update to solve this conflict?
Thanks
The text was updated successfully, but these errors were encountered:
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 27cd194 but crates.io is still referring the previous version.
Is it possible to update to solve this conflict?
Thanks
The text was updated successfully, but these errors were encountered: