Description: accept older branches of crate rustix
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2025-05-27
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,7 +24,7 @@
 
 [target.'cfg(unix)'.dependencies]
 async-signal = "0.2.3"
-rustix = { version = "1.0", default-features = false, features = ["std", "fs", "process"] }
+rustix = { version = ">= 0.38.37, <= 1", default-features = false, features = ["std", "fs", "process"] }
 
 [target.'cfg(any(windows, target_os = "linux"))'.dependencies]
 async-channel = "2.0.0"
