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

Latest version doesn't compile on arm-thumbv6m targets #34

Closed
henrikssn opened this issue Jan 21, 2021 · 1 comment · Fixed by #35
Closed

Latest version doesn't compile on arm-thumbv6m targets #34

henrikssn opened this issue Jan 21, 2021 · 1 comment · Fixed by #35
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@henrikssn
Copy link
Member

This is due to the dependency on bytes. The workaround (using nightly compiler and patching their code) isn't really acceptable IMO.

See tokio-rs/bytes#461

@hannobraun
Copy link
Contributor

Thanks for opening this issue, @henrikssn!

This is the second serious issue related to bytes (see #33), and it seems like this one isn't a straight-forward fix. I'm open to suggestions, but maybe the solution is to revert #28. For now, I recommend using version 0.3 (which doesn't depend on bytes) as a workaround.

cc @xoac

@hannobraun hannobraun added bug Something isn't working help wanted Extra attention is needed labels Jan 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants