File: 1001_rustix.patch

package info (click to toggle)
rust-smol 2.0.2-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 536 kB
  • sloc: makefile: 2; sh: 1
file content (17 lines) | stat: -rw-r--r-- 501 bytes parent folder | download
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]