1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-15 09:41:07 +00:00

Merge pull request #6131 from sylvestre/0.0.26

Try to release 0.0.26 to see if the artifacts are generated
This commit is contained in:
Daniel Hofstetter 2024-03-31 12:47:55 +02:00 committed by GitHub
commit 0ef06bd82d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
109 changed files with 320 additions and 320 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "uu_arch"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "arch ~ (uutils) display machine architecture"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_base32"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "base32 ~ (uutils) decode/encode input (base32-encoding)"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_base64"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "base64 ~ (uutils) decode/encode input (base64-encoding)"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_basename"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "basename ~ (uutils) display PATHNAME with leading directory components removed"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_basenc"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "basenc ~ (uutils) decode/encode input"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_cat"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "cat ~ (uutils) concatenate and display input"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_chcon"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "chcon ~ (uutils) change file security context"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_chgrp"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "chgrp ~ (uutils) change the group ownership of FILE"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_chmod"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "chmod ~ (uutils) change mode of FILE"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_chown"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "chown ~ (uutils) change the ownership of FILE"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_chroot"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "chroot ~ (uutils) run COMMAND under a new root directory"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_cksum"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "cksum ~ (uutils) display CRC and size of input"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_comm"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "comm ~ (uutils) compare sorted inputs"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_cp"
version = "0.0.25"
version = "0.0.26"
authors = [
"Jordy Dickinson <jordy.dickinson@gmail.com>",
"Joshua S. Miller <jsmiller@uchicago.edu>",

View file

@ -1,6 +1,6 @@
[package]
name = "uu_csplit"
version = "0.0.25"
version = "0.0.26"
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"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_cut"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "cut ~ (uutils) display byte/field columns of input lines"

View file

@ -1,7 +1,7 @@
# spell-checker:ignore datetime
[package]
name = "uu_date"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "date ~ (uutils) display or set the current time"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_dd"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "dd ~ (uutils) copy and convert files"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_df"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "df ~ (uutils) display file system information"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_dir"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "shortcut to ls -C -b"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_dircolors"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "dircolors ~ (uutils) display commands to set LS_COLORS"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_dirname"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "dirname ~ (uutils) display parent directory of PATHNAME"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_du"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "du ~ (uutils) display disk usage"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_echo"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "echo ~ (uutils) display TEXT"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_env"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "env ~ (uutils) set each NAME to VALUE in the environment and run COMMAND"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_expand"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "expand ~ (uutils) convert input tabs to spaces"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_expr"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "expr ~ (uutils) display the value of EXPRESSION"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_factor"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "factor ~ (uutils) display the prime factors of each NUMBER"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_false"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "false ~ (uutils) do nothing and fail"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_fmt"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "fmt ~ (uutils) reformat each paragraph of input"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_fold"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "fold ~ (uutils) wrap each line of input"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_groups"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "groups ~ (uutils) display group memberships for USERNAME"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_hashsum"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "hashsum ~ (uutils) display or check input digests"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_head"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "head ~ (uutils) display the first lines of input"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_hostid"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "hostid ~ (uutils) display the numeric identifier of the current host"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_hostname"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "hostname ~ (uutils) display or set the host name of the current host"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_id"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "id ~ (uutils) display user and group information for USER"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_install"
version = "0.0.25"
version = "0.0.26"
authors = ["Ben Eills <ben@beneills.com>", "uutils developers"]
license = "MIT"
description = "install ~ (uutils) copy files from SOURCE to DESTINATION (with specified attributes)"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_join"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "join ~ (uutils) merge lines from inputs with matching join fields"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_kill"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "kill ~ (uutils) send a signal to a process"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_link"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "link ~ (uutils) create a hard (file system) link to FILE"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_ln"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "ln ~ (uutils) create a (file system) link to TARGET"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_logname"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "logname ~ (uutils) display the login name of the current user"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_ls"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "ls ~ (uutils) display directory contents"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_mkdir"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "mkdir ~ (uutils) create DIRECTORY"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_mkfifo"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "mkfifo ~ (uutils) create FIFOs (named pipes)"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_mknod"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "mknod ~ (uutils) create special file NAME of TYPE"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_mktemp"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "mktemp ~ (uutils) create and display a temporary file or directory from TEMPLATE"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_more"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "more ~ (uutils) input perusal filter"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_mv"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "mv ~ (uutils) move (rename) SOURCE to DESTINATION"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_nice"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "nice ~ (uutils) run PROGRAM with modified scheduling priority"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_nl"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "nl ~ (uutils) display input with added line numbers"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_nohup"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "nohup ~ (uutils) run COMMAND, ignoring hangup signals"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_nproc"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "nproc ~ (uutils) display the number of processing units available"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_numfmt"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "numfmt ~ (uutils) reformat NUMBER"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_od"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "od ~ (uutils) display formatted representation of input"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_paste"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "paste ~ (uutils) merge lines from inputs"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_pathchk"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "pathchk ~ (uutils) diagnose invalid or non-portable PATHNAME"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_pinky"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "pinky ~ (uutils) display user information"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_pr"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "pr ~ (uutils) convert text files for printing"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_printenv"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "printenv ~ (uutils) display value of environment VAR"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_printf"
version = "0.0.25"
version = "0.0.26"
authors = ["Nathan Ross", "uutils developers"]
license = "MIT"
description = "printf ~ (uutils) FORMAT and display ARGUMENTS"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_ptx"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "ptx ~ (uutils) display a permuted index of input"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_pwd"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "pwd ~ (uutils) display current working directory"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_readlink"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "readlink ~ (uutils) display resolved path of PATHNAME"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_realpath"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "realpath ~ (uutils) display resolved absolute path of PATHNAME"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_rm"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "rm ~ (uutils) remove PATHNAME"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_rmdir"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "rmdir ~ (uutils) remove empty DIRECTORY"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_runcon"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "runcon ~ (uutils) run command with specified security context"

View file

@ -1,7 +1,7 @@
# spell-checker:ignore bigdecimal
[package]
name = "uu_seq"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "seq ~ (uutils) display a sequence of numbers"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_shred"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "shred ~ (uutils) hide former FILE contents with repeated overwrites"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_shuf"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "shuf ~ (uutils) display random permutations of input lines"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_sleep"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "sleep ~ (uutils) pause for DURATION"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_sort"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "sort ~ (uutils) sort input lines"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_split"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "split ~ (uutils) split input into output files"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_stat"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "stat ~ (uutils) display FILE status"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_stdbuf"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "stdbuf ~ (uutils) run COMMAND with modified standard stream buffering"
@ -20,7 +20,7 @@ tempfile = { workspace = true }
uucore = { workspace = true }
[build-dependencies]
libstdbuf = { version = "0.0.25", package = "uu_stdbuf_libstdbuf", path = "src/libstdbuf" }
libstdbuf = { version = "0.0.26", package = "uu_stdbuf_libstdbuf", path = "src/libstdbuf" }
[[bin]]
name = "stdbuf"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_stdbuf_libstdbuf"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "stdbuf/libstdbuf ~ (uutils); dynamic library required for stdbuf"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_stty"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "stty ~ (uutils) print or change terminal characteristics"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_sum"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "sum ~ (uutils) display checksum and block counts for input"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_sync"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "sync ~ (uutils) synchronize cache writes to storage"

View file

@ -2,7 +2,7 @@
[package]
name = "uu_tac"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "tac ~ (uutils) concatenate and display input lines in reverse order"

View file

@ -1,7 +1,7 @@
# spell-checker:ignore (libs) kqueue fundu
[package]
name = "uu_tail"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "tail ~ (uutils) display the last lines of input"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_tee"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "tee ~ (uutils) display input and copy to FILE"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_test"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "test ~ (uutils) evaluate comparison and file type expressions"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_timeout"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "timeout ~ (uutils) run COMMAND with a DURATION time limit"

View file

@ -1,7 +1,7 @@
# spell-checker:ignore datetime
[package]
name = "uu_touch"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "touch ~ (uutils) change FILE timestamps"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_tr"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "tr ~ (uutils) translate characters within input and display"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_true"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "true ~ (uutils) do nothing and succeed"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_truncate"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "truncate ~ (uutils) truncate (or extend) FILE to SIZE"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_tsort"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "tsort ~ (uutils) topologically sort input (partially ordered) pairs"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_tty"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "tty ~ (uutils) display the name of the terminal connected to standard input"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_uname"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "uname ~ (uutils) display system information"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_unexpand"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "unexpand ~ (uutils) convert input spaces to tabs"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_uniq"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "uniq ~ (uutils) filter identical adjacent lines from input"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_unlink"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "unlink ~ (uutils) remove a (file system) link to FILE"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_uptime"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "uptime ~ (uutils) display dynamic system information"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_users"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "users ~ (uutils) display names of currently logged-in users"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_vdir"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "shortcut to ls -l -b"

View file

@ -1,6 +1,6 @@
[package]
name = "uu_wc"
version = "0.0.25"
version = "0.0.26"
authors = ["uutils developers"]
license = "MIT"
description = "wc ~ (uutils) display newline, word, and byte counts for input"

Some files were not shown because too many files have changed in this diff Show more