Skip to content

Commit

Permalink
fix: Update rustix to fix the enable_raw_mode() error on WSL/Andr…
Browse files Browse the repository at this point in the history
…oid (#926)

Fixes: #912
Co-authored-by: Josh McKinney <[email protected]>
  • Loading branch information
sxyazi and joshka authored Jan 26, 2025
1 parent e104a7c commit 6d6d3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down

0 comments on commit 6d6d3cb

Please sign in to comment.