Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6d6d3cb

Browse files
sxyazijoshka
andauthoredJan 26, 2025··
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>
1 parent e104a7c commit 6d6d3cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ filedescriptor = { version = "0.8", optional = true }
6363
# compatibility.
6464
libc = { version = "0.2", default-features = false, optional = true }
6565
mio = { version = "1.0", features = ["os-poll"], optional = true }
66-
rustix = { version = "0.38.34", default-features = false, features = ["std", "stdio", "termios"] }
66+
rustix = { version = "0.38.36", default-features = false, features = ["std", "stdio", "termios"] }
6767
signal-hook = { version = "0.3.17", optional = true }
6868
signal-hook-mio = { version = "0.2.4", features = ["support-v1_0"], optional = true }
6969

0 commit comments

Comments
 (0)
Please sign in to comment.