File: relax-deps.patch

package info (click to toggle)
rust-rustix-linux-procfs 0.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 160 kB
  • sloc: makefile: 2
file content (22 lines) | stat: -rw-r--r-- 506 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Index: rustix-linux-procfs/Cargo.toml
===================================================================
--- rustix-linux-procfs.orig/Cargo.toml
+++ rustix-linux-procfs/Cargo.toml
@@ -51,14 +51,15 @@ path = "src/lib.rs"
 version = "1.5.2"
 
 [dependencies.rustix]
-version = "1.0.0"
+version = ">= 0.38.37"
 features = [
     "alloc",
     "fs",
+    "pty",
 ]
 default-features = false
 
 [dev-dependencies.rustix]
-version = "1.0.0"
+version = ">= 0.38.37"
 features = ["std"]
 default-features = false