Skip to content

Commit

Permalink
chmod/uucore dep: add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Jan 18, 2025
1 parent 178f57f commit 03fc5ca
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 03fc5ca

Please sign in to comment.