File: termion-1.patch

package info (click to toggle)
rust-ratatui 0.28.1-9
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,356 kB
  • sloc: sh: 18; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 269 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
This patch is based in part on a revert of parts of upstream commit
9feda988a51ec2bd97e83e0bbfd63af630059669

--- a/Cargo.toml
+++ b/Cargo.toml
@@ -511,3 +511,3 @@
 [target."cfg(not(windows))".dependencies.termion]
-version = "4.0.0"
+version = ">= 1"
 optional = true