Skip to content

Commit

Permalink
Require rustix/process when use-dev-tty is enabled (#906)
Browse files Browse the repository at this point in the history
  • Loading branch information
gyscos authored Aug 1, 2024
1 parent 5d50d8d commit 8d1f0cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ bracketed-paste = [
event-stream = ["dep:futures-core", "events"] # Enables async events
use-dev-tty = [
"filedescriptor",
"rustix/process",
] # Enables raw file descriptor polling / selecting instead of mio.
events = [
"dep:mio",
Expand Down

0 comments on commit 8d1f0cc

Please sign in to comment.