Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
196 changes: 98 additions & 98 deletions Cargo.lock

Large diffs are not rendered by default.

196 changes: 98 additions & 98 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.4"
version = "0.0.5"
authors = ["uutils developers"]
license = "MIT"
description = "arch ~ (uutils) display machine architecture"
Expand All @@ -16,7 +16,7 @@ path = "src/arch.rs"

[dependencies]
platform-info = "0.1"
uucore = { version=">=0.0.7", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.8", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }

[[bin]]
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.4"
version = "0.0.5"
authors = ["uutils developers"]
license = "MIT"
description = "base32 ~ (uutils) decode/encode input (base32-encoding)"
Expand All @@ -15,7 +15,7 @@ edition = "2018"
path = "src/base32.rs"

[dependencies]
uucore = { version=">=0.0.7", package="uucore", path="../../uucore", features = ["encoding"] }
uucore = { version=">=0.0.8", package="uucore", path="../../uucore", features = ["encoding"] }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }

[[bin]]
Expand Down
4 changes: 2 additions & 2 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.4"
version = "0.0.5"
authors = ["uutils developers"]
license = "MIT"
description = "base64 ~ (uutils) decode/encode input (base64-encoding)"
Expand All @@ -15,7 +15,7 @@ edition = "2018"
path = "src/base64.rs"

[dependencies]
uucore = { version=">=0.0.7", package="uucore", path="../../uucore", features = ["encoding"] }
uucore = { version=">=0.0.8", package="uucore", path="../../uucore", features = ["encoding"] }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }

[[bin]]
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.4"
version = "0.0.5"
authors = ["uutils developers"]
license = "MIT"
description = "basename ~ (uutils) display PATHNAME with leading directory components removed"
Expand All @@ -15,7 +15,7 @@ edition = "2018"
path = "src/basename.rs"

[dependencies]
uucore = { version=">=0.0.7", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.8", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }

[[bin]]
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.4"
version = "0.0.5"
authors = ["uutils developers"]
license = "MIT"
description = "cat ~ (uutils) concatenate and display input"
Expand All @@ -17,7 +17,7 @@ path = "src/cat.rs"
[dependencies]
clap = "2.33"
thiserror = "1.0"
uucore = { version=">=0.0.7", package="uucore", path="../../uucore", features=["fs"] }
uucore = { version=">=0.0.8", package="uucore", path="../../uucore", features=["fs"] }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }

[target.'cfg(unix)'.dependencies]
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.4"
version = "0.0.5"
authors = ["uutils developers"]
license = "MIT"
description = "chgrp ~ (uutils) change the group ownership of FILE"
Expand All @@ -15,7 +15,7 @@ edition = "2018"
path = "src/chgrp.rs"

[dependencies]
uucore = { version=">=0.0.7", package="uucore", path="../../uucore", features=["entries", "fs", "perms"] }
uucore = { version=">=0.0.8", package="uucore", path="../../uucore", features=["entries", "fs", "perms"] }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
walkdir = "2.2"

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.4"
version = "0.0.5"
authors = ["uutils developers"]
license = "MIT"
description = "chmod ~ (uutils) change mode of FILE"
Expand All @@ -17,7 +17,7 @@ path = "src/chmod.rs"
[dependencies]
clap = "2.33.3"
libc = "0.2.42"
uucore = { version=">=0.0.7", package="uucore", path="../../uucore", features=["fs", "mode"] }
uucore = { version=">=0.0.8", package="uucore", path="../../uucore", features=["fs", "mode"] }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
walkdir = "2.2"

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.4"
version = "0.0.5"
authors = ["uutils developers"]
license = "MIT"
description = "chown ~ (uutils) change the ownership of FILE"
Expand All @@ -17,7 +17,7 @@ path = "src/chown.rs"
[dependencies]
clap = "2.33"
glob = "0.3.0"
uucore = { version=">=0.0.7", package="uucore", path="../../uucore", features=["entries", "fs", "perms"] }
uucore = { version=">=0.0.8", package="uucore", path="../../uucore", features=["entries", "fs", "perms"] }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
walkdir = "2.2"

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.4"
version = "0.0.5"
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= "2.33"
uucore = { version=">=0.0.7", package="uucore", path="../../uucore", features=["entries"] }
uucore = { version=">=0.0.8", package="uucore", path="../../uucore", features=["entries"] }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }

[[bin]]
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.4"
version = "0.0.5"
authors = ["uutils developers"]
license = "MIT"
description = "cksum ~ (uutils) display CRC and size of input"
Expand All @@ -17,7 +17,7 @@ path = "src/cksum.rs"
[dependencies]
clap = "2.33"
libc = "0.2.42"
uucore = { version=">=0.0.7", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.8", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }

[[bin]]
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.4"
version = "0.0.5"
authors = ["uutils developers"]
license = "MIT"
description = "comm ~ (uutils) compare sorted inputs"
Expand All @@ -17,7 +17,7 @@ path = "src/comm.rs"
[dependencies]
clap = "2.33"
libc = "0.2.42"
uucore = { version=">=0.0.7", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.8", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }

[[bin]]
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.4"
version = "0.0.5"
authors = [
"Jordy Dickinson <jordy.dickinson@gmail.com>",
"Joshua S. Miller <jsmiller@uchicago.edu>",
Expand All @@ -23,7 +23,7 @@ clap = "2.33"
filetime = "0.2"
libc = "0.2.85"
quick-error = "1.2.3"
uucore = { version=">=0.0.7", package="uucore", path="../../uucore", features=["fs"] }
uucore = { version=">=0.0.8", package="uucore", path="../../uucore", features=["fs"] }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
walkdir = "2.2"

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.4"
version = "0.0.5"
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 @@ -19,7 +19,7 @@ clap = "2.33"
thiserror = "1.0"
regex = "1.0.0"
glob = "0.2.11"
uucore = { version=">=0.0.7", package="uucore", path="../../uucore", features=["entries", "fs"] }
uucore = { version=">=0.0.8", package="uucore", path="../../uucore", features=["entries", "fs"] }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }

[[bin]]
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.4"
version = "0.0.5"
authors = ["uutils developers"]
license = "MIT"
description = "cut ~ (uutils) display byte/field columns of input lines"
Expand All @@ -15,7 +15,7 @@ edition = "2018"
path = "src/cut.rs"

[dependencies]
uucore = { version=">=0.0.7", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.8", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }

[[bin]]
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.4"
version = "0.0.5"
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 = "0.4.4"
clap = "2.33"
uucore = { version=">=0.0.7", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.8", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }

[target.'cfg(unix)'.dependencies]
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.4"
version = "0.0.5"
authors = ["uutils developers"]
license = "MIT"
description = "df ~ (uutils) display file system information"
Expand All @@ -18,7 +18,7 @@ path = "src/df.rs"
clap = "2.33"
libc = "0.2"
number_prefix = "0.4"
uucore = { version=">=0.0.7", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.8", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }

[target.'cfg(target_os = "windows")'.dependencies]
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.4"
version = "0.0.5"
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]
glob = "0.3.0"
uucore = { version=">=0.0.7", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.8", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }

[[bin]]
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.4"
version = "0.0.5"
authors = ["uutils developers"]
license = "MIT"
description = "dirname ~ (uutils) display parent directory of PATHNAME"
Expand All @@ -16,7 +16,7 @@ path = "src/dirname.rs"

[dependencies]
libc = "0.2.42"
uucore = { version=">=0.0.7", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.8", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }

[[bin]]
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.4"
version = "0.0.5"
authors = ["uutils developers"]
license = "MIT"
description = "du ~ (uutils) display disk usage"
Expand All @@ -16,7 +16,7 @@ path = "src/du.rs"

[dependencies]
time = "0.1.40"
uucore = { version=">=0.0.7", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.8", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
winapi = { version="0.3", features=[] }

Expand Down
4 changes: 2 additions & 2 deletions src/uu/echo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_echo"
version = "0.0.4"
version = "0.0.5"
authors = ["uutils developers"]
license = "MIT"
description = "echo ~ (uutils) display TEXT"
Expand All @@ -16,7 +16,7 @@ path = "src/echo.rs"

[dependencies]
clap = "2.33"
uucore = { version=">=0.0.7", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.8", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }

[[bin]]
Expand Down
4 changes: 2 additions & 2 deletions src/uu/env/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_env"
version = "0.0.4"
version = "0.0.5"
authors = ["uutils developers"]
license = "MIT"
description = "env ~ (uutils) set each NAME to VALUE in the environment and run COMMAND"
Expand All @@ -18,7 +18,7 @@ path = "src/env.rs"
clap = "2.33"
libc = "0.2.42"
rust-ini = "0.13.0"
uucore = { version=">=0.0.7", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.8", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }

[[bin]]
Expand Down
4 changes: 2 additions & 2 deletions src/uu/expand/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_expand"
version = "0.0.4"
version = "0.0.5"
authors = ["uutils developers"]
license = "MIT"
description = "expand ~ (uutils) convert input tabs to spaces"
Expand All @@ -17,7 +17,7 @@ path = "src/expand.rs"
[dependencies]
clap = "2.33"
unicode-width = "0.1.5"
uucore = { version=">=0.0.7", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.8", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }

[[bin]]
Expand Down
4 changes: 2 additions & 2 deletions src/uu/expr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uu_expr"
version = "0.0.4"
version = "0.0.5"
authors = ["uutils developers"]
license = "MIT"
description = "expr ~ (uutils) display the value of EXPRESSION"
Expand All @@ -17,7 +17,7 @@ path = "src/expr.rs"
[dependencies]
libc = "0.2.42"
onig = "~4.3.2"
uucore = { version=">=0.0.7", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.8", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }

[[bin]]
Expand Down
Loading