mirror of
https://github.com/crossterm-rs/crossterm.git
synced 2025-05-05 15:32:57 +00:00
fix: Update rustix
to fix the enable_raw_mode()
error on WSL/Android (#926)
Fixes: #912 Co-authored-by: Josh McKinney <joshka@users.noreply.github.com>
This commit is contained in:
parent
e104a7cb40
commit
6d6d3cb849
@ -63,7 +63,7 @@ filedescriptor = { version = "0.8", optional = true }
|
||||
# compatibility.
|
||||
libc = { version = "0.2", default-features = false, optional = true }
|
||||
mio = { version = "1.0", features = ["os-poll"], optional = true }
|
||||
rustix = { version = "0.38.34", default-features = false, features = ["std", "stdio", "termios"] }
|
||||
rustix = { version = "0.38.36", default-features = false, features = ["std", "stdio", "termios"] }
|
||||
signal-hook = { version = "0.3.17", optional = true }
|
||||
signal-hook-mio = { version = "0.2.4", features = ["support-v1_0"], optional = true }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user