File: relax-rustix.diff

package info (click to toggle)
rust-which 8.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 256 kB
  • sloc: makefile: 2
file content (11 lines) | stat: -rw-r--r-- 245 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -70,7 +70,7 @@
 version = "3.9.0"
 
 [target.'cfg(any(unix, target_os = "wasi", target_os = "redox"))'.dependencies.rustix]
-version = "1.0.5"
+version = ">= 0.38, < 2.0"
 features = [
     "fs",
     "std",