You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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.
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.
#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
The text was updated successfully, but these errors were encountered: