Skip to content

Commit 03fc5ca

Browse files
committed
chmod/uucore dep: add missing dependency
1 parent 178f57f commit 03fc5ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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"

0 commit comments

Comments
 (0)