Codebase list rust-stfu8 / 5a200bc
coreutils: lower the nix dep Sylvestre Ledru 3 years ago
2 changed file(s) with 40 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Index: coreutils/Cargo.toml
1 ===================================================================
2 --- coreutils.orig/Cargo.toml
3 +++ coreutils/Cargo.toml
4 @@ -334,7 +334,7 @@ conv = "0.3"
5 filetime = "0.2"
6 glob = "0.3.0"
7 libc = "0.2"
8 -nix = "0.20.0"
9 +nix = "0.19.0"
10 rand = "0.7"
11 regex = "1.0"
12 sha1 = { version="0.6", features=["std"] }
13 Index: coreutils/src/uu/cat/Cargo.toml
14 ===================================================================
15 --- coreutils.orig/src/uu/cat/Cargo.toml
16 +++ coreutils/src/uu/cat/Cargo.toml
17 @@ -24,7 +24,7 @@ uucore_procs = { version=">=0.0.5", pack
18 unix_socket = "0.5.0"
19
20 [target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies]
21 -nix = "0.20"
22 +nix = "0.19"
23
24 [[bin]]
25 name = "cat"
26 Index: coreutils/src/uu/wc/Cargo.toml
27 ===================================================================
28 --- coreutils.orig/src/uu/wc/Cargo.toml
29 +++ coreutils/src/uu/wc/Cargo.toml
30 @@ -21,7 +21,7 @@ uucore_procs = { version=">=0.0.5", pack
31 thiserror = "1.0"
32
33 [target.'cfg(unix)'.dependencies]
34 -nix = "0.20"
35 +nix = "0.19"
36 libc = "0.2"
37
38 [[bin]]
44 bump-cpp.diff
55 bump-thread-local.diff
66 lower-libc-dep.diff
7 lower-nix-dep.diff