Skip to content

Commit 1597e26

Browse files
authored
Merge pull request #7157 from sylvestre/missing-dep
Add missing dependencies
2 parents 34421f5 + 03fc5ca commit 1597e26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/uu/chmod/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ path = "src/chmod.rs"
1919
[dependencies]
2020
clap = { workspace = true }
2121
libc = { workspace = true }
22-
uucore = { workspace = true, features = ["fs", "mode", "perms"] }
22+
uucore = { workspace = true, features = ["entries", "fs", "mode", "perms"] }
2323

2424
[[bin]]
2525
name = "chmod"

src/uucore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ fsxattr = ["xattr"]
8686
lines = []
8787
format = ["itertools", "quoting-style"]
8888
mode = ["libc"]
89-
perms = ["libc", "walkdir"]
89+
perms = ["entries", "libc", "walkdir"]
9090
buf-copy = []
9191
pipes = []
9292
process = ["libc"]

0 commit comments

Comments
 (0)