File: 1001_termion.patch

package info (click to toggle)
rust-resource-proof 1.0.39-14
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 208 kB
  • sloc: makefile: 9; sh: 1
file content (15 lines) | stat: -rw-r--r-- 417 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: accept newer major versions of crate termion
Author: Jonas Smedegaard <dr@jones.dk>
Bug-Debian: https://bugs.debian.org/1123503
Forwarded: not-needed
Last-Update: 2025-12-17
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,4 +19,4 @@
 features = [ "sha3" ]
 
 [target."cfg(unix)".dependencies]
-termion = "~1.5.1"
+termion = ">= 1.5.1, <= 4"