1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: accept newer major version of crate rustix
Author: Jonas Smedegaard <dr@jones.dk>
Bug-Debian: https://bugs.debian.org/1110344
Last-Update: 2025-09-13
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -53,7 +53,7 @@
[target.'cfg(target_os = "linux")'.dev-dependencies]
inotify = { version = "0.11", default-features = false }
-rustix = "0.38"
+rustix = ">= 0.38, <= 1"
timerfd = "1"
[target.'cfg(windows)'.dev-dependencies]
|