1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
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"
|