1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-02 05:57:46 +00:00

Merge pull request #5355 from boxdot/main

relpath: remove
This commit is contained in:
Sylvestre Ledru 2023-10-06 20:39:25 +02:00 committed by GitHub
commit a596cda516
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 25 additions and 354 deletions

9
Cargo.lock generated
View file

@ -470,7 +470,6 @@ dependencies = [
"uu_pwd",
"uu_readlink",
"uu_realpath",
"uu_relpath",
"uu_rm",
"uu_rmdir",
"uu_runcon",
@ -2866,14 +2865,6 @@ dependencies = [
"uucore",
]
[[package]]
name = "uu_relpath"
version = "0.0.21"
dependencies = [
"clap",
"uucore",
]
[[package]]
name = "uu_rm"
version = "0.0.21"