File: rustix-1.patch

package info (click to toggle)
rust-rbw 1.13.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 732 kB
  • sloc: sh: 164; makefile: 14
file content (18 lines) | stat: -rw-r--r-- 355 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Index: rbw/Cargo.toml
===================================================================
--- rbw.orig/Cargo.toml
+++ rbw/Cargo.toml
@@ -206,10 +206,11 @@ version = "1.3.0"
 version = "0.9.7"
 
 [dependencies.rustix]
-version = "0.38.42"
+version = "1"
 features = [
     "termios",
-    "procfs",
+    "fs",
+    "alloc",
     "process",
     "pipe",
 ]