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

Merge branch 'master' into id_selinux_context

This commit is contained in:
Jan Scheer 2021-08-02 10:40:45 +02:00
commit 010565c8fb
No known key found for this signature in database
GPG key ID: C62AD4C29E2B9828
54 changed files with 2013 additions and 691 deletions

4
Cargo.lock generated
View file

@ -1,5 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "Inflector"
version = "0.11.4"
@ -2714,6 +2716,7 @@ version = "0.0.7"
dependencies = [
"clap",
"libc",
"nix 0.20.0",
"redox_syscall 0.1.57",
"uucore",
"uucore_procs",
@ -2917,6 +2920,7 @@ dependencies = [
name = "uucore"
version = "0.0.9"
dependencies = [
"clap",
"data-encoding",
"dns-lookup",
"dunce",