Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jakoblell opened this issue Nov 8, 2024 · 2 comments
Open

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

jakoblell opened this issue Nov 8, 2024 · 2 comments

Comments

@jakoblell
Copy link

jakoblell commented Nov 8, 2024

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 esp-rs/esp-hal#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:

  • Clone the repository
  • Update esp-hal version dependency to 0.21.0 and remove the patch.crates-io entries
  • Use something like esp-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.

@Sycrosity
Copy link

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

@MabezDev
Copy link
Member

MabezDev commented Nov 9, 2024

We're looking for a new mainntainer: #10 please volunteer if you can. If not, you can use patch work around listed above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants