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
|