File: 2001_rustix.patch

package info (click to toggle)
btm 0.10.2%2B20250107-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 5,884 kB
  • sloc: python: 418; makefile: 23; sh: 22
file content (17 lines) | stat: -rw-r--r-- 534 bytes parent folder | download
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"