File: relax-rustix.patch

package info (click to toggle)
rust-tempfile 3.21.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 384 kB
  • sloc: makefile: 2
file content (11 lines) | stat: -rw-r--r-- 354 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- rust-tempfile-3.21.0.orig/Cargo.toml
+++ rust-tempfile-3.21.0/Cargo.toml
@@ -82,7 +82,7 @@ default-features = false
 version = "0.3"
 
 [target.'cfg(any(unix, target_os = "wasi"))'.dependencies.rustix]
-version = "1.0.0"
+version = ">= 0.38.37, < 2"
 features = ["fs"]
 
 [target.'cfg(any(unix, windows, target_os = "wasi"))'.dependencies.getrandom]