1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: accept older releases of crate rustix
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2024-11-28
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -111,7 +111,7 @@
libc = "0.2.169"
[target.'cfg(target_os = "linux")'.dependencies]
-rustix = { version = "0.38.42", features = ["fs", "param"] }
+rustix = { version = "0.38.37", features = ["fs", "param"] }
[target.'cfg(target_os = "macos")'.dependencies]
core-foundation = "0.10.0"
|