Codebase list rust-stfu8 / 4fb41c1
coreutils: lower the libc dep Sylvestre Ledru 3 years ago
2 changed file(s) with 14 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Index: coreutils/src/uu/cp/Cargo.toml
1 ===================================================================
2 --- coreutils.orig/src/uu/cp/Cargo.toml
3 +++ coreutils/src/uu/cp/Cargo.toml
4 @@ -21,7 +21,7 @@ path = "src/cp.rs"
5 [dependencies]
6 clap = "2.33"
7 filetime = "0.2"
8 -libc = "0.2.85"
9 +libc = "0.2"
10 quick-error = "1.2.3"
11 uucore = { version=">=0.0.7", package="uucore", path="../../uucore", features=["fs"] }
12 uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
33 disable-advapi32-sys.diff
44 bump-cpp.diff
55 bump-thread-local.diff
6 lower-libc-dep.diff