Closed gwenn closed 6 months ago
Only partially fixed:
And ideally, use-dev-tty should imply events but without mio dependencies.
Only partially fixed:
And ideally, use-dev-tty should imply events but without mio dependencies.
Can you expand on this?
use-dev-tty
is useless without events
events
implies mio
while mio
dependencies are useless with use-dev-tty
Got it - makes sense.
Describe the bug Build fails with
use-dev-tty
featureTo Reproduce
It seems to be related to #821
Expected behavior The build should succeed. And ideally,
use-dev-tty
should implyevents
but withoutmio
dependencies.OS