Codebase list rust-stfu8 / b7fe98b
is-terminal: lower rustix Sylvestre Ledru 1 year, 1 month ago
2 changed file(s) with 14 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
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]
00 disable-windows.diff
1 lower-dep.diff