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

As of bc781317fdf616cb015b377162963cfc2e310321 there a build issue.. #13

Open
epistax opened this issue Apr 18, 2023 · 1 comment
Open

Comments

@epistax
Copy link

epistax commented Apr 18, 2023

#12
In the referenced commit tokio was updated to 1.16.1. After this point I see E0277 and E0599:

I am a rust fledgling and I am trying to figure out why AsyncRead and AsyncWrite are apparently not available for the Serial type, when I can plainly see it. I'd be happy to test, commit, and PR a fix.

serial-monitor-errors.txt

@epistax
Copy link
Author

epistax commented Apr 20, 2023

Looking some more I think the issue is a dependency conflict over tokio. We are pulling in both 0.2.25 and 1.16.1. I think we're trying to mix traits from both versions and ending up in the bad place.

We also have multiple versions of bytes, cfg-if, mio, nix, and pin-project-lite pulled in.

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

1 participant