1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 21:47:46 +00:00

Merge branch 'master' into ls_selinux

This commit is contained in:
Jan Scheer 2021-09-13 13:42:51 +02:00
commit 4dc6536bb9
No known key found for this signature in database
GPG key ID: C62AD4C29E2B9828
114 changed files with 1238 additions and 944 deletions

3
Cargo.lock generated
View file

@ -3198,7 +3198,6 @@ name = "uu_unlink"
version = "0.0.7"
dependencies = [
"clap",
"libc",
"uucore",
"uucore_procs",
]
@ -3277,6 +3276,8 @@ dependencies = [
"getopts",
"lazy_static",
"libc",
"nix 0.20.0",
"once_cell",
"termion",
"thiserror",
"time",