1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

update the dep to uucore 0.0.6

This commit is contained in:
Sylvestre Ledru 2021-02-01 23:55:33 +01:00
parent 87428b9c32
commit 262b508b89
98 changed files with 196 additions and 196 deletions

196
Cargo.lock generated
View file

@ -312,7 +312,7 @@ dependencies = [
"uu_who 0.0.3",
"uu_whoami 0.0.3",
"uu_yes 0.0.3",
"uucore 0.0.5",
"uucore 0.0.6",
"winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -1352,7 +1352,7 @@ name = "uu_arch"
version = "0.0.3"
dependencies = [
"platform-info 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1360,7 +1360,7 @@ dependencies = [
name = "uu_base32"
version = "0.0.3"
dependencies = [
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1368,7 +1368,7 @@ dependencies = [
name = "uu_base64"
version = "0.0.3"
dependencies = [
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1376,7 +1376,7 @@ dependencies = [
name = "uu_basename"
version = "0.0.3"
dependencies = [
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1386,7 +1386,7 @@ version = "0.0.3"
dependencies = [
"quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
"unix_socket 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1394,7 +1394,7 @@ dependencies = [
name = "uu_chgrp"
version = "0.0.3"
dependencies = [
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
"walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -1404,7 +1404,7 @@ name = "uu_chmod"
version = "0.0.3"
dependencies = [
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
"walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -1415,7 +1415,7 @@ version = "0.0.3"
dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
"walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -1425,7 +1425,7 @@ name = "uu_chroot"
version = "0.0.3"
dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1434,7 +1434,7 @@ name = "uu_cksum"
version = "0.0.3"
dependencies = [
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1444,7 +1444,7 @@ version = "0.0.3"
dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1457,7 +1457,7 @@ dependencies = [
"ioctl-sys 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
"walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1472,7 +1472,7 @@ dependencies = [
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
"thiserror 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1480,7 +1480,7 @@ dependencies = [
name = "uu_cut"
version = "0.0.3"
dependencies = [
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1490,7 +1490,7 @@ version = "0.0.3"
dependencies = [
"chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1501,7 +1501,7 @@ dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"number_prefix 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -1511,7 +1511,7 @@ name = "uu_dircolors"
version = "0.0.3"
dependencies = [
"glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1520,7 +1520,7 @@ name = "uu_dirname"
version = "0.0.3"
dependencies = [
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1529,7 +1529,7 @@ name = "uu_du"
version = "0.0.3"
dependencies = [
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1537,7 +1537,7 @@ dependencies = [
name = "uu_echo"
version = "0.0.3"
dependencies = [
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1548,7 +1548,7 @@ dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"rust-ini 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1558,7 +1558,7 @@ version = "0.0.3"
dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"unicode-width 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1568,7 +1568,7 @@ version = "0.0.3"
dependencies = [
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"onig 4.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1583,7 +1583,7 @@ dependencies = [
"rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"smallvec 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1591,7 +1591,7 @@ dependencies = [
name = "uu_false"
version = "0.0.3"
dependencies = [
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1602,7 +1602,7 @@ dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"unicode-width 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1610,7 +1610,7 @@ dependencies = [
name = "uu_fold"
version = "0.0.3"
dependencies = [
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1619,7 +1619,7 @@ name = "uu_groups"
version = "0.0.3"
dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1638,7 +1638,7 @@ dependencies = [
"sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sha2 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sha3 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1647,7 +1647,7 @@ name = "uu_head"
version = "0.0.3"
dependencies = [
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1656,7 +1656,7 @@ name = "uu_hostid"
version = "0.0.3"
dependencies = [
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1667,7 +1667,7 @@ dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"hostname 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -1677,7 +1677,7 @@ name = "uu_id"
version = "0.0.3"
dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1688,7 +1688,7 @@ dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1697,7 +1697,7 @@ name = "uu_join"
version = "0.0.3"
dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1706,7 +1706,7 @@ name = "uu_kill"
version = "0.0.3"
dependencies = [
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1715,7 +1715,7 @@ name = "uu_link"
version = "0.0.3"
dependencies = [
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1725,7 +1725,7 @@ version = "0.0.3"
dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1734,7 +1734,7 @@ name = "uu_logname"
version = "0.0.3"
dependencies = [
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1750,7 +1750,7 @@ dependencies = [
"termsize 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
"unicode-width 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1760,7 +1760,7 @@ version = "0.0.3"
dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1770,7 +1770,7 @@ version = "0.0.3"
dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1780,7 +1780,7 @@ version = "0.0.3"
dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1791,7 +1791,7 @@ dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1803,7 +1803,7 @@ dependencies = [
"nix 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_termios 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1813,7 +1813,7 @@ version = "0.0.3"
dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"fs_extra 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1823,7 +1823,7 @@ version = "0.0.3"
dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1837,7 +1837,7 @@ dependencies = [
"memchr 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
"regex-syntax 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1847,7 +1847,7 @@ version = "0.0.3"
dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1858,7 +1858,7 @@ dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1867,7 +1867,7 @@ name = "uu_numfmt"
version = "0.0.3"
dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1879,7 +1879,7 @@ dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"half 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1888,7 +1888,7 @@ name = "uu_paste"
version = "0.0.3"
dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1898,7 +1898,7 @@ version = "0.0.3"
dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1906,7 +1906,7 @@ dependencies = [
name = "uu_pinky"
version = "0.0.3"
dependencies = [
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1915,7 +1915,7 @@ name = "uu_printenv"
version = "0.0.3"
dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1924,7 +1924,7 @@ name = "uu_printf"
version = "0.0.3"
dependencies = [
"itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1938,7 +1938,7 @@ dependencies = [
"memchr 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
"regex-syntax 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1947,7 +1947,7 @@ name = "uu_pwd"
version = "0.0.3"
dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1957,7 +1957,7 @@ version = "0.0.3"
dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1966,7 +1966,7 @@ name = "uu_realpath"
version = "0.0.3"
dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1975,7 +1975,7 @@ name = "uu_relpath"
version = "0.0.3"
dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1985,7 +1985,7 @@ version = "0.0.3"
dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"remove_dir_all 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
"walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -1995,7 +1995,7 @@ name = "uu_rmdir"
version = "0.0.3"
dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2004,7 +2004,7 @@ name = "uu_seq"
version = "0.0.3"
dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2017,7 +2017,7 @@ dependencies = [
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2027,7 +2027,7 @@ version = "0.0.3"
dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2036,7 +2036,7 @@ name = "uu_sleep"
version = "0.0.3"
dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2047,7 +2047,7 @@ dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2056,7 +2056,7 @@ name = "uu_split"
version = "0.0.3"
dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2066,7 +2066,7 @@ version = "0.0.3"
dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2077,7 +2077,7 @@ dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"uu_stdbuf_libstdbuf 0.0.3",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2088,7 +2088,7 @@ dependencies = [
"cpp 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cpp_build 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2097,7 +2097,7 @@ name = "uu_sum"
version = "0.0.3"
dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2107,7 +2107,7 @@ version = "0.0.3"
dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -2117,7 +2117,7 @@ name = "uu_tac"
version = "0.0.3"
dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2128,7 +2128,7 @@ dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -2139,7 +2139,7 @@ version = "0.0.3"
dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2149,7 +2149,7 @@ version = "0.0.3"
dependencies = [
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2160,7 +2160,7 @@ dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2171,7 +2171,7 @@ dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"filetime 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2182,7 +2182,7 @@ dependencies = [
"bit-set 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
"fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2190,7 +2190,7 @@ dependencies = [
name = "uu_true"
version = "0.0.3"
dependencies = [
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2199,7 +2199,7 @@ name = "uu_truncate"
version = "0.0.3"
dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2208,7 +2208,7 @@ name = "uu_tsort"
version = "0.0.3"
dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2218,7 +2218,7 @@ version = "0.0.3"
dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2228,7 +2228,7 @@ version = "0.0.3"
dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"platform-info 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2238,7 +2238,7 @@ version = "0.0.3"
dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"unicode-width 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2247,7 +2247,7 @@ name = "uu_uniq"
version = "0.0.3"
dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2257,7 +2257,7 @@ version = "0.0.3"
dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2268,7 +2268,7 @@ dependencies = [
"chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2277,7 +2277,7 @@ name = "uu_users"
version = "0.0.3"
dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2286,7 +2286,7 @@ name = "uu_wc"
version = "0.0.3"
dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2294,7 +2294,7 @@ dependencies = [
name = "uu_who"
version = "0.0.3"
dependencies = [
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2304,7 +2304,7 @@ version = "0.0.3"
dependencies = [
"advapi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -2314,13 +2314,13 @@ name = "uu_yes"
version = "0.0.3"
dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
[[package]]
name = "uucore"
version = "0.0.5"
version = "0.0.6"
dependencies = [
"data-encoding 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"dunce 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -226,7 +226,7 @@ test = [ "uu_test" ]
[dependencies]
lazy_static = { version="1.3" }
textwrap = { version="=0.11.0", features=["term_size"] } # !maint: [2020-05-10; rivy] unstable crate using undocumented features; pinned currently, will review
uucore = { version=">=0.0.5", package="uucore", path="src/uucore" }
uucore = { version=">=0.0.6", package="uucore", path="src/uucore" }
# * uutils
uu_test = { optional=true, version="0.0.3", package="uu_test", path="src/uu/test" }
#
@ -346,7 +346,7 @@ sha1 = { version="0.6", features=["std"] }
tempfile = "= 3.1.0"
time = "0.1"
unindent = "0.1"
uucore = { version=">=0.0.5", package="uucore", path="src/uucore", features=["entries"] }
uucore = { version=">=0.0.6", package="uucore", path="src/uucore", features=["entries"] }
[target.'cfg(unix)'.dev-dependencies]
rust-users = { version="0.10", package="users" }

View file

@ -16,7 +16,7 @@ path = "src/arch.rs"
[dependencies]
platform-info = "0.0.1"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -15,7 +15,7 @@ edition = "2018"
path = "src/base32.rs"
[dependencies]
uucore = { version=">=0.0.5", package="uucore", path="../../uucore", features = ["encoding"] }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore", features = ["encoding"] }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -15,7 +15,7 @@ edition = "2018"
path = "src/base64.rs"
[dependencies]
uucore = { version=">=0.0.5", package="uucore", path="../../uucore", features = ["encoding"] }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore", features = ["encoding"] }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -15,7 +15,7 @@ edition = "2018"
path = "src/basename.rs"
[dependencies]
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -16,7 +16,7 @@ path = "src/cat.rs"
[dependencies]
quick-error = "1.2.3"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore", features=["fs"] }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore", features=["fs"] }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[target.'cfg(unix)'.dependencies]

View file

@ -15,7 +15,7 @@ edition = "2018"
path = "src/chgrp.rs"
[dependencies]
uucore = { version=">=0.0.5", package="uucore", path="../../uucore", features=["entries", "fs", "perms"] }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore", features=["entries", "fs", "perms"] }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
walkdir = "2.2"

View file

@ -16,7 +16,7 @@ path = "src/chmod.rs"
[dependencies]
libc = "0.2.42"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore", features=["fs", "mode"] }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore", features=["fs", "mode"] }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
walkdir = "2.2"

View file

@ -17,7 +17,7 @@ path = "src/chown.rs"
[dependencies]
clap = "2.33"
glob = "0.3.0"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore", features=["entries", "fs", "perms"] }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore", features=["entries", "fs", "perms"] }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
walkdir = "2.2"

View file

@ -16,7 +16,7 @@ path = "src/chroot.rs"
[dependencies]
getopts = "0.2.18"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore", features=["entries"] }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore", features=["entries"] }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -16,7 +16,7 @@ path = "src/cksum.rs"
[dependencies]
libc = "0.2.42"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -17,7 +17,7 @@ path = "src/comm.rs"
[dependencies]
getopts = "0.2.18"
libc = "0.2.42"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -23,7 +23,7 @@ clap = "2.33"
filetime = "0.2"
libc = "0.2.42"
quick-error = "1.2.3"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore", features=["fs"] }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore", features=["fs"] }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
walkdir = "2.2"

View file

@ -19,7 +19,7 @@ getopts = "0.2.17"
thiserror = "1.0"
regex = "1.0.0"
glob = "0.2.11"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore", features=["entries", "fs"] }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore", features=["entries", "fs"] }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -15,7 +15,7 @@ edition = "2018"
path = "src/cut.rs"
[dependencies]
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -17,7 +17,7 @@ path = "src/date.rs"
[dependencies]
chrono = "0.4.4"
clap = "2.33"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -18,7 +18,7 @@ path = "src/df.rs"
clap = "2.33"
libc = "0.2"
number_prefix = "0.4"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[target.'cfg(target_os = "windows")'.dependencies]

View file

@ -16,7 +16,7 @@ path = "src/dircolors.rs"
[dependencies]
glob = "0.3.0"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -16,7 +16,7 @@ path = "src/dirname.rs"
[dependencies]
libc = "0.2.42"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -16,7 +16,7 @@ path = "src/du.rs"
[dependencies]
time = "0.1.40"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -15,7 +15,7 @@ edition = "2018"
path = "src/echo.rs"
[dependencies]
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -18,7 +18,7 @@ path = "src/env.rs"
clap = "2.33"
libc = "0.2.42"
rust-ini = "0.13.0"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -17,7 +17,7 @@ path = "src/expand.rs"
[dependencies]
getopts = "0.2.18"
unicode-width = "0.1.5"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -17,7 +17,7 @@ path = "src/expr.rs"
[dependencies]
libc = "0.2.42"
onig = "~4.3.2"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -19,7 +19,7 @@ num-traits = "0.2.13" # used in src/numerics.rs, which is included by build.rs
num-traits = "0.2.13" # Needs at least version 0.2.13 for "OverflowingAdd"
rand = { version="0.7", features=["small_rng"] }
smallvec = { version="0.6.13, < 1.0" }
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[dev-dependencies]

View file

@ -15,7 +15,7 @@ edition = "2018"
path = "src/false.rs"
[dependencies]
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -18,7 +18,7 @@ path = "src/fmt.rs"
clap = "2.33"
libc = "0.2.42"
unicode-width = "0.1.5"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -15,7 +15,7 @@ edition = "2018"
path = "src/fold.rs"
[dependencies]
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -15,7 +15,7 @@ edition = "2018"
path = "src/groups.rs"
[dependencies]
uucore = { version=">=0.0.5", package="uucore", path="../../uucore", features=["entries"] }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore", features=["entries"] }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
clap = "2.33"

View file

@ -26,7 +26,7 @@ sha1 = "0.6.0"
sha2 = "0.6.0"
sha3 = "0.6.0"
blake2-rfc = "0.2.18"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -16,7 +16,7 @@ path = "src/head.rs"
[dependencies]
libc = "0.2.42"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -16,7 +16,7 @@ path = "src/hostid.rs"
[dependencies]
libc = "0.2.42"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -18,7 +18,7 @@ path = "src/hostname.rs"
clap = "2.33"
libc = "0.2.42"
hostname = { version = "0.3", features = ["set"] }
uucore = { version=">=0.0.5", package="uucore", path="../../uucore", features=["wide"] }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore", features=["wide"] }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
winapi = { version="0.3", features=["sysinfoapi", "winsock2"] }

View file

@ -16,7 +16,7 @@ path = "src/id.rs"
[dependencies]
clap = "2.33"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore", features=["entries", "process"] }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore", features=["entries", "process"] }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -20,7 +20,7 @@ path = "src/install.rs"
[dependencies]
clap = "2.33"
libc = ">= 0.2"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore", features=["mode", "perms"] }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore", features=["mode", "perms"] }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[dev-dependencies]

View file

@ -16,7 +16,7 @@ path = "src/join.rs"
[dependencies]
clap = "2.33"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -16,7 +16,7 @@ path = "src/kill.rs"
[dependencies]
libc = "0.2.42"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore", features=["signals"] }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore", features=["signals"] }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -16,7 +16,7 @@ path = "src/link.rs"
[dependencies]
libc = "0.2.42"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -17,7 +17,7 @@ path = "src/ln.rs"
[dependencies]
clap = "2.33"
libc = "0.2.42"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -16,7 +16,7 @@ path = "src/logname.rs"
[dependencies]
libc = "0.2.42"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -22,7 +22,7 @@ term_grid = "0.1.5"
termsize = "0.1.6"
time = "0.1.40"
unicode-width = "0.1.5"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore", features=["entries", "fs"] }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore", features=["entries", "fs"] }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[target.'cfg(unix)'.dependencies]

View file

@ -17,7 +17,7 @@ path = "src/mkdir.rs"
[dependencies]
clap = "2.33"
libc = "0.2.42"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore", features=["fs", "mode"] }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore", features=["fs", "mode"] }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -17,7 +17,7 @@ path = "src/mkfifo.rs"
[dependencies]
getopts = "0.2.18"
libc = "0.2.42"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -18,7 +18,7 @@ path = "src/mknod.rs"
[dependencies]
getopts = "0.2.18"
libc = "^0.2.42"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore", features=["mode"] }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore", features=["mode"] }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -18,7 +18,7 @@ path = "src/mktemp.rs"
clap = "2.33"
rand = "0.5"
tempfile = "3.1"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -16,7 +16,7 @@ path = "src/more.rs"
[dependencies]
getopts = "0.2.18"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[target.'cfg(target_os = "redox")'.dependencies]

View file

@ -17,7 +17,7 @@ path = "src/mv.rs"
[dependencies]
clap = "2.33"
fs_extra = "1.1.0"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -17,7 +17,7 @@ path = "src/nice.rs"
[dependencies]
getopts = "0.2.18"
libc = "0.2.42"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -21,7 +21,7 @@ libc = "0.2.42"
memchr = "2.2.0"
regex = "1.0.1"
regex-syntax = "0.6.7"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -17,7 +17,7 @@ path = "src/nohup.rs"
[dependencies]
getopts = "0.2.18"
libc = "0.2.42"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore", features=["fs"] }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore", features=["fs"] }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -18,7 +18,7 @@ path = "src/nproc.rs"
libc = "0.2.42"
num_cpus = "1.10"
clap = "2.33"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore", features=["fs"] }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore", features=["fs"] }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -16,7 +16,7 @@ path = "src/numfmt.rs"
[dependencies]
getopts = "0.2.18"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -19,7 +19,7 @@ byteorder = "1.3.2"
getopts = "0.2.18"
half = "1.6"
libc = "0.2.42"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -16,7 +16,7 @@ path = "src/paste.rs"
[dependencies]
getopts = "0.2.18"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -17,7 +17,7 @@ path = "src/pathchk.rs"
[dependencies]
getopts = "0.2.18"
libc = "0.2.42"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -15,7 +15,7 @@ edition = "2018"
path = "src/pinky.rs"
[dependencies]
uucore = { version=">=0.0.5", package="uucore", path="../../uucore", features=["utmpx", "entries"] }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore", features=["utmpx", "entries"] }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -16,7 +16,7 @@ path = "src/printenv.rs"
[dependencies]
clap = "2.33"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -19,7 +19,7 @@ path = "src/printf.rs"
[dependencies]
itertools = "0.8.0"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -21,7 +21,7 @@ libc = "0.2.42"
memchr = "2.2.0"
regex = "1.0.1"
regex-syntax = "0.6.7"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -16,7 +16,7 @@ path = "src/pwd.rs"
[dependencies]
clap = "2.33"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -17,7 +17,7 @@ path = "src/readlink.rs"
[dependencies]
clap = "2.33"
libc = "0.2.42"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore", features=["fs"] }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore", features=["fs"] }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -16,7 +16,7 @@ path = "src/realpath.rs"
[dependencies]
clap = "2.33"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore", features=["fs"] }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore", features=["fs"] }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -16,7 +16,7 @@ path = "src/relpath.rs"
[dependencies]
getopts = "0.2.18"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore", features=["fs"] }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore", features=["fs"] }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -18,7 +18,7 @@ path = "src/rm.rs"
clap = "2.33"
walkdir = "2.2"
remove_dir_all = "0.5.1"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -16,7 +16,7 @@ path = "src/rmdir.rs"
[dependencies]
clap = "2.33"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -16,7 +16,7 @@ path = "src/seq.rs"
[dependencies]
clap = "2.33"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -20,7 +20,7 @@ getopts = "0.2.18"
libc = "0.2.42"
rand = "0.5"
time = "0.1.40"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -17,7 +17,7 @@ path = "src/shuf.rs"
[dependencies]
getopts = "0.2.18"
rand = "0.5"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -16,7 +16,7 @@ path = "src/sleep.rs"
[dependencies]
getopts = "0.2.18"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore", features=["parse_time"] }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore", features=["parse_time"] }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -18,7 +18,7 @@ path = "src/sort.rs"
clap = "2.33"
itertools = "0.8.0"
semver = "0.9.0"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore", features=["fs"] }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore", features=["fs"] }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -16,7 +16,7 @@ path = "src/split.rs"
[dependencies]
getopts = "0.2.18"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -17,7 +17,7 @@ path = "src/stat.rs"
[dependencies]
clap = "2.33"
time = "0.1.40"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore", features=["entries", "libc"] }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore", features=["entries", "libc"] }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -17,7 +17,7 @@ path = "src/stdbuf.rs"
[dependencies]
getopts = "0.2.18"
tempfile = "3.1"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[build-dependencies]

View file

@ -19,7 +19,7 @@ crate-type = ["cdylib", "rlib"] # XXX: note: the rlib is just to prevent Cargo f
[dependencies]
cpp = "0.4"
libc = "0.2"
uucore = { version=">=0.0.5", package="uucore", path="../../../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../../../uucore_procs" }
[build-dependencies]

View file

@ -16,7 +16,7 @@ path = "src/sum.rs"
[dependencies]
getopts = "0.2.18"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -17,7 +17,7 @@ path = "src/sync.rs"
[dependencies]
clap = "2.33"
libc = "0.2.42"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore", features=["wide"] }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore", features=["wide"] }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
winapi = { version = "0.3", features = ["errhandlingapi", "fileapi", "handleapi", "std", "winbase", "winerror"] }

View file

@ -16,7 +16,7 @@ path = "src/tac.rs"
[dependencies]
getopts = "0.2.18"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -17,7 +17,7 @@ path = "src/tail.rs"
[dependencies]
clap = "2.33"
libc = "0.2.42"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
winapi = { version="0.3", features=["fileapi", "handleapi", "processthreadsapi", "synchapi", "winbase"] }

View file

@ -17,7 +17,7 @@ path = "src/tee.rs"
[dependencies]
getopts = "0.2.18"
libc = "0.2.42"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -16,7 +16,7 @@ path = "src/test.rs"
[dependencies]
libc = "0.2.42"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[target.'cfg(target_os = "redox")'.dependencies]

View file

@ -18,7 +18,7 @@ path = "src/timeout.rs"
getopts = "0.2.18"
libc = "0.2.42"
time = "0.1.40"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore", features=["parse_time", "process", "signals"] }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore", features=["parse_time", "process", "signals"] }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -18,7 +18,7 @@ path = "src/touch.rs"
filetime = "0.2.1"
clap = "2.33"
time = "0.1.40"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore", features=["libc"] }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore", features=["libc"] }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -18,7 +18,7 @@ path = "src/tr.rs"
bit-set = "0.5.0"
fnv = "1.0.5"
getopts = "0.2.18"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -15,7 +15,7 @@ edition = "2018"
path = "src/true.rs"
[dependencies]
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -16,7 +16,7 @@ path = "src/truncate.rs"
[dependencies]
clap = "2.33"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -16,7 +16,7 @@ path = "src/tsort.rs"
[dependencies]
getopts = "0.2.18"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -17,7 +17,7 @@ path = "src/tty.rs"
[dependencies]
getopts = "0.2.18"
libc = "0.2.42"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore", features=["fs"] }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore", features=["fs"] }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -17,7 +17,7 @@ path = "src/uname.rs"
[dependencies]
clap = "2.33"
platform-info = "0.0.1"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -17,7 +17,7 @@ path = "src/unexpand.rs"
[dependencies]
getopts = "0.2.18"
unicode-width = "0.1.5"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -16,7 +16,7 @@ path = "src/uniq.rs"
[dependencies]
clap = "2.33"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -17,7 +17,7 @@ path = "src/unlink.rs"
[dependencies]
getopts = "0.2.18"
libc = "0.2.42"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -18,7 +18,7 @@ path = "src/uptime.rs"
time = "0.1.40"
chrono = "0.4"
clap = "2.33"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore", features=["libc", "utmpx"] }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore", features=["libc", "utmpx"] }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -16,7 +16,7 @@ path = "src/users.rs"
[dependencies]
clap = "2.33"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore", features=["utmpx"] }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore", features=["utmpx"] }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -16,7 +16,7 @@ path = "src/wc.rs"
[dependencies]
clap = "2.33"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -15,7 +15,7 @@ edition = "2018"
path = "src/who.rs"
[dependencies]
uucore = { version=">=0.0.5", package="uucore", path="../../uucore", features=["utmpx"] }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore", features=["utmpx"] }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[[bin]]

View file

@ -16,7 +16,7 @@ path = "src/whoami.rs"
[dependencies]
clap = "2.33"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore", features=["entries", "wide"] }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore", features=["entries", "wide"] }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[target.'cfg(target_os = "windows")'.dependencies]

View file

@ -16,7 +16,7 @@ path = "src/yes.rs"
[dependencies]
clap = "2.33"
uucore = { version=">=0.0.5", package="uucore", path="../../uucore", features=["zero-copy"] }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore", features=["zero-copy"] }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
[features]