mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
Merge pull request #7037 from cakebaker/chmod_add_perms_features
chmod: add uucore's `perms` feature to `Cargo.toml`
This commit is contained in:
commit
079f8d47d2
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ path = "src/chmod.rs"
|
|||
[dependencies]
|
||||
clap = { workspace = true }
|
||||
libc = { workspace = true }
|
||||
uucore = { workspace = true, features = ["fs", "mode"] }
|
||||
uucore = { workspace = true, features = ["fs", "mode", "perms"] }
|
||||
|
||||
[[bin]]
|
||||
name = "chmod"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue