is-terminal: lower rustix
Sylvestre Ledru
7 months ago
0 | Index: is-terminal/Cargo.toml | |
1 | =================================================================== | |
2 | --- is-terminal.orig/Cargo.toml | |
3 | +++ is-terminal/Cargo.toml | |
4 | @@ -48,7 +48,7 @@ version = "0.2.14" | |
5 | # version = "0.2.110" | |
6 | ||
7 | [target."cfg(not(any(windows, target_os = \"hermit\", target_os = \"unknown\")))".dependencies.rustix] | |
8 | -version = "0.36.4" | |
9 | +version = "0.35" | |
10 | features = ["termios"] | |
11 | ||
12 | # [target."cfg(target_os = \"hermit\")".dependencies.hermit-abi] |