esp-rs / esp-hal-community

Apache License 2.0
14 stars 11 forks source link

Please update `esp-hal-smartled` package on crates.io #12

Open jakoblell opened 3 weeks ago

jakoblell commented 3 weeks ago

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 on esp-hal version 0.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:

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.

Sycrosity commented 3 weeks ago

Having the same issue - a bump would be ideal :)

MabezDev commented 3 weeks ago

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.