Require rustix/process when use-dev-tty is enabled (#906)

This commit is contained in:
Alexandre Bury 2024-08-01 14:12:05 -04:00 committed by GitHub
parent 5d50d8da62
commit 8d1f0cc603
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,6 +37,7 @@ bracketed-paste = [
event-stream = ["dep:futures-core", "events"] # Enables async events event-stream = ["dep:futures-core", "events"] # Enables async events
use-dev-tty = [ use-dev-tty = [
"filedescriptor", "filedescriptor",
"rustix/process",
] # Enables raw file descriptor polling / selecting instead of mio. ] # Enables raw file descriptor polling / selecting instead of mio.
events = [ events = [
"dep:mio", "dep:mio",