Skip to content

Commit

Permalink
Merge pull request #7157 from sylvestre/missing-dep
Browse files Browse the repository at this point in the history
Add missing dependencies
  • Loading branch information
cakebaker authored Jan 19, 2025
2 parents 34421f5 + 03fc5ca commit 1597e26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/uu/chmod/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/uucore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 1597e26

Please sign in to comment.