Open jakoblell opened 3 weeks ago
Having the same issue - a bump would be ideal :)
We're looking for a new mainntainer: https://github.com/esp-rs/esp-hal-community/issues/10 please volunteer if you can. If not, you can use patch work around listed above.
As of now, the esp-hal-smartled version on crates.io still links to the
esp-hal
repository - but the source code has been removed from that repository (and moved here) in https://github.com/esp-rs/esp-hal/pull/2169.The main issue I'm having with the current version (
v0.13.0
) on crates.io is that it depends onesp-hal
version0.20.0
and is thus incompatible with the latest version (0.21.1
).Would be great to get a new version released on crates.io with updated dependencies and a pointer to the current code location.
Workaround:
esp-hal
version dependency to0.21.0
and remove the patch.crates-io entriesesp-hal-smartled = { path=".../esp-hal-community/esp-hal-smartled"}
The code is working fine with that, so there are no further code changes required for making it compatible with the current
esp-hal
crate.