1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

Merge pull request #7157 from sylvestre/missing-dep

Add missing dependencies
This commit is contained in:
Daniel Hofstetter 2025-01-19 14:28:02 +01:00 committed by GitHub
commit 1597e26fd0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ path = "src/chmod.rs"
[dependencies]
clap = { workspace = true }
libc = { workspace = true }
uucore = { workspace = true, features = ["fs", "mode", "perms"] }
uucore = { workspace = true, features = ["entries", "fs", "mode", "perms"] }
[[bin]]
name = "chmod"

View file

@ -86,7 +86,7 @@ fsxattr = ["xattr"]
lines = []
format = ["itertools", "quoting-style"]
mode = ["libc"]
perms = ["libc", "walkdir"]
perms = ["entries", "libc", "walkdir"]
buf-copy = []
pipes = []
process = ["libc"]