Skip to content

Commit

Permalink
Merge pull request #4284 from tertsdiepraam/version-0.0.17
Browse files Browse the repository at this point in the history
Version 0.0.17
  • Loading branch information
tertsdiepraam authored Jan 21, 2023
2 parents 50c1833 + 4d3dc78 commit 7e12700
Show file tree
Hide file tree
Showing 109 changed files with 429 additions and 429 deletions.
214 changes: 107 additions & 107 deletions Cargo.lock

Large diffs are not rendered by default.

212 changes: 106 additions & 106 deletions Cargo.toml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/uu/arch/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_arch"
version = "0.0.16"
version = "0.0.17"
authors = ["uutils developers"]
license = "MIT"
description = "arch ~ (uutils) display machine architecture"
Expand All @@ -17,7 +17,7 @@ path = "src/arch.rs"
[dependencies]
platform-info = "1.0.1"
clap = { version = "4.0", features = ["wrap_help", "cargo"] }
uucore = { version=">=0.0.16", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.17", package="uucore", path="../../uucore" }

[[bin]]
name = "arch"
Expand Down
4 changes: 2 additions & 2 deletions src/uu/base32/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_base32"
version = "0.0.16"
version = "0.0.17"
authors = ["uutils developers"]
license = "MIT"
description = "base32 ~ (uutils) decode/encode input (base32-encoding)"
Expand All @@ -16,7 +16,7 @@ path = "src/base32.rs"

[dependencies]
clap = { version = "4.0", features = ["wrap_help", "cargo"] }
uucore = { version=">=0.0.16", package="uucore", path="../../uucore", features = ["encoding"] }
uucore = { version=">=0.0.17", package="uucore", path="../../uucore", features = ["encoding"] }

[[bin]]
name = "base32"
Expand Down
6 changes: 3 additions & 3 deletions src/uu/base64/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_base64"
version = "0.0.16"
version = "0.0.17"
authors = ["uutils developers"]
license = "MIT"
description = "base64 ~ (uutils) decode/encode input (base64-encoding)"
Expand All @@ -15,8 +15,8 @@ edition = "2021"
path = "src/base64.rs"

[dependencies]
uucore = { version=">=0.0.16", package="uucore", path="../../uucore", features = ["encoding"] }
uu_base32 = { version=">=0.0.16", package="uu_base32", path="../base32"}
uucore = { version=">=0.0.17", package="uucore", path="../../uucore", features = ["encoding"] }
uu_base32 = { version=">=0.0.17", package="uu_base32", path="../base32"}

[[bin]]
name = "base64"
Expand Down
4 changes: 2 additions & 2 deletions src/uu/basename/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_basename"
version = "0.0.16"
version = "0.0.17"
authors = ["uutils developers"]
license = "MIT"
description = "basename ~ (uutils) display PATHNAME with leading directory components removed"
Expand All @@ -16,7 +16,7 @@ path = "src/basename.rs"

[dependencies]
clap = { version = "4.0", features = ["wrap_help", "cargo"] }
uucore = { version=">=0.0.16", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.17", package="uucore", path="../../uucore" }

[[bin]]
name = "basename"
Expand Down
6 changes: 3 additions & 3 deletions src/uu/basenc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_basenc"
version = "0.0.16"
version = "0.0.17"
authors = ["uutils developers"]
license = "MIT"
description = "basenc ~ (uutils) decode/encode input"
Expand All @@ -16,8 +16,8 @@ path = "src/basenc.rs"

[dependencies]
clap = { version = "4.0", features = ["wrap_help", "cargo"] }
uucore = { version=">=0.0.16", package="uucore", path="../../uucore", features = ["encoding"] }
uu_base32 = { version=">=0.0.16", package="uu_base32", path="../base32"}
uucore = { version=">=0.0.17", package="uucore", path="../../uucore", features = ["encoding"] }
uu_base32 = { version=">=0.0.17", package="uu_base32", path="../base32"}

[[bin]]
name = "basenc"
Expand Down
4 changes: 2 additions & 2 deletions src/uu/cat/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_cat"
version = "0.0.16"
version = "0.0.17"
authors = ["uutils developers"]
license = "MIT"
description = "cat ~ (uutils) concatenate and display input"
Expand All @@ -18,7 +18,7 @@ path = "src/cat.rs"
clap = { version = "4.0", features = ["wrap_help", "cargo"] }
thiserror = "1.0"
atty = "0.2"
uucore = { version=">=0.0.16", package="uucore", path="../../uucore", features=["fs", "pipes"] }
uucore = { version=">=0.0.17", package="uucore", path="../../uucore", features=["fs", "pipes"] }

[target.'cfg(unix)'.dependencies]
nix = { version = "0.25", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion src/uu/chcon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_chcon"
version = "0.0.16"
version = "0.0.17"
authors = ["uutils developers"]
license = "MIT"
description = "chcon ~ (uutils) change file security context"
Expand Down
4 changes: 2 additions & 2 deletions src/uu/chgrp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_chgrp"
version = "0.0.16"
version = "0.0.17"
authors = ["uutils developers"]
license = "MIT"
description = "chgrp ~ (uutils) change the group ownership of FILE"
Expand All @@ -16,7 +16,7 @@ path = "src/chgrp.rs"

[dependencies]
clap = { version = "4.0", features = ["wrap_help", "cargo"] }
uucore = { version=">=0.0.16", package="uucore", path="../../uucore", features=["entries", "fs", "perms"] }
uucore = { version=">=0.0.17", package="uucore", path="../../uucore", features=["entries", "fs", "perms"] }

[[bin]]
name = "chgrp"
Expand Down
4 changes: 2 additions & 2 deletions src/uu/chmod/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_chmod"
version = "0.0.16"
version = "0.0.17"
authors = ["uutils developers"]
license = "MIT"
description = "chmod ~ (uutils) change mode of FILE"
Expand All @@ -17,7 +17,7 @@ path = "src/chmod.rs"
[dependencies]
clap = { version = "4.0", features = ["wrap_help", "cargo"] }
libc = "0.2.137"
uucore = { version=">=0.0.16", package="uucore", path="../../uucore", features=["fs", "mode"] }
uucore = { version=">=0.0.17", package="uucore", path="../../uucore", features=["fs", "mode"] }

[[bin]]
name = "chmod"
Expand Down
4 changes: 2 additions & 2 deletions src/uu/chown/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_chown"
version = "0.0.16"
version = "0.0.17"
authors = ["uutils developers"]
license = "MIT"
description = "chown ~ (uutils) change the ownership of FILE"
Expand All @@ -16,7 +16,7 @@ path = "src/chown.rs"

[dependencies]
clap = { version = "4.0", features = ["wrap_help", "cargo"] }
uucore = { version=">=0.0.16", package="uucore", path="../../uucore", features=["entries", "fs", "perms"] }
uucore = { version=">=0.0.17", package="uucore", path="../../uucore", features=["entries", "fs", "perms"] }

[[bin]]
name = "chown"
Expand Down
4 changes: 2 additions & 2 deletions src/uu/chroot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_chroot"
version = "0.0.16"
version = "0.0.17"
authors = ["uutils developers"]
license = "MIT"
description = "chroot ~ (uutils) run COMMAND under a new root directory"
Expand All @@ -16,7 +16,7 @@ path = "src/chroot.rs"

[dependencies]
clap = { version = "4.0", features = ["wrap_help", "cargo"] }
uucore = { version=">=0.0.16", package="uucore", path="../../uucore", features=["entries", "fs"] }
uucore = { version=">=0.0.17", package="uucore", path="../../uucore", features=["entries", "fs"] }

[[bin]]
name = "chroot"
Expand Down
4 changes: 2 additions & 2 deletions src/uu/cksum/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_cksum"
version = "0.0.16"
version = "0.0.17"
authors = ["uutils developers"]
license = "MIT"
description = "cksum ~ (uutils) display CRC and size of input"
Expand All @@ -16,7 +16,7 @@ path = "src/cksum.rs"

[dependencies]
clap = { version = "4.0", features = ["wrap_help", "cargo"] }
uucore = { version=">=0.0.16", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.17", package="uucore", path="../../uucore" }

[[bin]]
name = "cksum"
Expand Down
4 changes: 2 additions & 2 deletions src/uu/comm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_comm"
version = "0.0.16"
version = "0.0.17"
authors = ["uutils developers"]
license = "MIT"
description = "comm ~ (uutils) compare sorted inputs"
Expand All @@ -16,7 +16,7 @@ path = "src/comm.rs"

[dependencies]
clap = { version = "4.0", features = ["wrap_help", "cargo"] }
uucore = { version=">=0.0.16", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.17", package="uucore", path="../../uucore" }

[[bin]]
name = "comm"
Expand Down
4 changes: 2 additions & 2 deletions src/uu/cp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_cp"
version = "0.0.16"
version = "0.0.17"
authors = [
"Jordy Dickinson <jordy.dickinson@gmail.com>",
"Joshua S. Miller <jsmiller@uchicago.edu>",
Expand All @@ -24,7 +24,7 @@ filetime = "0.2"
libc = "0.2.137"
quick-error = "2.0.1"
selinux = { version="0.3", optional=true }
uucore = { version=">=0.0.16", package="uucore", path="../../uucore", features=["entries", "fs", "perms", "mode"] }
uucore = { version=">=0.0.17", package="uucore", path="../../uucore", features=["entries", "fs", "perms", "mode"] }
walkdir = "2.2"
indicatif = "0.17"

Expand Down
4 changes: 2 additions & 2 deletions src/uu/csplit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_csplit"
version = "0.0.16"
version = "0.0.17"
authors = ["uutils developers"]
license = "MIT"
description = "csplit ~ (uutils) Output pieces of FILE separated by PATTERN(s) to files 'xx00', 'xx01', ..., and output byte counts of each piece to standard output"
Expand All @@ -18,7 +18,7 @@ path = "src/csplit.rs"
clap = { version = "4.0", features = ["wrap_help", "cargo"] }
thiserror = "1.0"
regex = "1.7.0"
uucore = { version=">=0.0.16", package="uucore", path="../../uucore", features=["entries", "fs"] }
uucore = { version=">=0.0.17", package="uucore", path="../../uucore", features=["entries", "fs"] }

[[bin]]
name = "csplit"
Expand Down
4 changes: 2 additions & 2 deletions src/uu/cut/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_cut"
version = "0.0.16"
version = "0.0.17"
authors = ["uutils developers"]
license = "MIT"
description = "cut ~ (uutils) display byte/field columns of input lines"
Expand All @@ -16,7 +16,7 @@ path = "src/cut.rs"

[dependencies]
clap = { version = "4.0", features = ["wrap_help", "cargo"] }
uucore = { version=">=0.0.16", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.17", package="uucore", path="../../uucore" }
memchr = "2"
bstr = "1.0"
atty = "0.2"
Expand Down
4 changes: 2 additions & 2 deletions src/uu/date/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_date"
version = "0.0.16"
version = "0.0.17"
authors = ["uutils developers"]
license = "MIT"
description = "date ~ (uutils) display or set the current time"
Expand All @@ -17,7 +17,7 @@ path = "src/date.rs"
[dependencies]
chrono = { version="^0.4.23", default-features=false, features=["std", "alloc", "clock"]}
clap = { version = "4.0", features = ["wrap_help", "cargo"] }
uucore = { version=">=0.0.16", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.17", package="uucore", path="../../uucore" }

[target.'cfg(unix)'.dependencies]
libc = "0.2"
Expand Down
4 changes: 2 additions & 2 deletions src/uu/dd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_dd"
version = "0.0.16"
version = "0.0.17"
authors = ["uutils developers"]
license = "MIT"
description = "dd ~ (uutils) copy and convert files"
Expand All @@ -18,7 +18,7 @@ path = "src/dd.rs"
clap = { version = "4.0", features = ["wrap_help", "cargo"] }
gcd = "2.0"
libc = "0.2"
uucore = { version=">=0.0.16", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.17", package="uucore", path="../../uucore" }

[target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies]
signal-hook = "0.3.14"
Expand Down
4 changes: 2 additions & 2 deletions src/uu/df/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_df"
version = "0.0.16"
version = "0.0.17"
authors = ["uutils developers"]
license = "MIT"
description = "df ~ (uutils) display file system information"
Expand All @@ -16,7 +16,7 @@ path = "src/df.rs"

[dependencies]
clap = { version = "4.0", features = ["wrap_help", "cargo"] }
uucore = { version=">=0.0.16", package="uucore", path="../../uucore", features=["libc", "fsext"] }
uucore = { version=">=0.0.17", package="uucore", path="../../uucore", features=["libc", "fsext"] }
unicode-width = "0.1.9"

[[bin]]
Expand Down
6 changes: 3 additions & 3 deletions src/uu/dir/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_dir"
version = "0.0.16"
version = "0.0.17"
authors = ["uutils developers"]
license = "MIT"
description = "shortcut to ls -C -b"
Expand All @@ -16,8 +16,8 @@ path = "src/dir.rs"

[dependencies]
clap = { version = "4.0", features = ["wrap_help", "cargo", "env"] }
uucore = { version=">=0.0.16", package="uucore", path="../../uucore", features=["entries", "fs"] }
uu_ls = { version = ">=0.0.16", path="../ls"}
uucore = { version=">=0.0.17", package="uucore", path="../../uucore", features=["entries", "fs"] }
uu_ls = { version = ">=0.0.17", path="../ls"}

[[bin]]
name = "dir"
Expand Down
4 changes: 2 additions & 2 deletions src/uu/dircolors/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_dircolors"
version = "0.0.16"
version = "0.0.17"
authors = ["uutils developers"]
license = "MIT"
description = "dircolors ~ (uutils) display commands to set LS_COLORS"
Expand All @@ -16,7 +16,7 @@ path = "src/dircolors.rs"

[dependencies]
clap = { version = "4.0", features = ["wrap_help", "cargo"] }
uucore = { version=">=0.0.16", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.17", package="uucore", path="../../uucore" }

[[bin]]
name = "dircolors"
Expand Down
4 changes: 2 additions & 2 deletions src/uu/dirname/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_dirname"
version = "0.0.16"
version = "0.0.17"
authors = ["uutils developers"]
license = "MIT"
description = "dirname ~ (uutils) display parent directory of PATHNAME"
Expand All @@ -16,7 +16,7 @@ path = "src/dirname.rs"

[dependencies]
clap = { version = "4.0", features = ["wrap_help", "cargo"] }
uucore = { version=">=0.0.16", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.17", package="uucore", path="../../uucore" }

[[bin]]
name = "dirname"
Expand Down
4 changes: 2 additions & 2 deletions src/uu/du/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_du"
version = "0.0.16"
version = "0.0.17"
authors = ["uutils developers"]
license = "MIT"
description = "du ~ (uutils) display disk usage"
Expand All @@ -19,7 +19,7 @@ chrono = { version="^0.4.23", default-features=false, features=["std", "alloc",
# For the --exclude & --exclude-from options
glob = "0.3.0"
clap = { version = "4.0", features = ["wrap_help", "cargo"] }
uucore = { version=">=0.0.16", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.17", package="uucore", path="../../uucore" }

[target.'cfg(target_os = "windows")'.dependencies]
windows-sys = { version = "0.42.0", default-features = false, features = ["Win32_Storage_FileSystem", "Win32_Foundation"] }
Expand Down
Loading

0 comments on commit 7e12700

Please sign in to comment.