File: 2001_rustix.patch

package info (click to toggle)
rust-async-process 2.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 248 kB
  • sloc: makefile: 2; sh: 1
file content (17 lines) | stat: -rw-r--r-- 609 bytes parent folder | download
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"