File: relax-nix.diff

package info (click to toggle)
rust-fd-find 10.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,008 kB
  • sloc: sh: 156; makefile: 38
file content (17 lines) | stat: -rw-r--r-- 424 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Index: fd-find/Cargo.toml
===================================================================
--- fd-find.orig/Cargo.toml
+++ fd-find/Cargo.toml
@@ -144,10 +144,10 @@ version = "0.9"
 #optional = true
 
 [target.'cfg(all(unix, not(target_os = "redox")))'.dependencies.libc]
-version = "0.2"
+version = "0"
 
 [target."cfg(unix)".dependencies.nix]
-version = "0.30.1"
+version = "0"
 features = [
     "signal",
     "user",