diff --git a/src/is-terminal/debian/patches/lower-dep.diff b/src/is-terminal/debian/patches/lower-dep.diff new file mode 100644 index 0000000..382997a --- /dev/null +++ b/src/is-terminal/debian/patches/lower-dep.diff @@ -0,0 +1,13 @@ +Index: is-terminal/Cargo.toml +=================================================================== +--- is-terminal.orig/Cargo.toml ++++ is-terminal/Cargo.toml +@@ -48,7 +48,7 @@ version = "0.2.14" + # version = "0.2.110" + + [target."cfg(not(any(windows, target_os = \"hermit\", target_os = \"unknown\")))".dependencies.rustix] +-version = "0.36.4" ++version = "0.35" + features = ["termios"] + + # [target."cfg(target_os = \"hermit\")".dependencies.hermit-abi] diff --git a/src/is-terminal/debian/patches/series b/src/is-terminal/debian/patches/series index 39970cf..a7a3ab0 100644 --- a/src/is-terminal/debian/patches/series +++ b/src/is-terminal/debian/patches/series @@ -1 +1,2 @@ disable-windows.diff +lower-dep.diff