mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37: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]
|
[dependencies]
|
||||||
clap = { workspace = true }
|
clap = { workspace = true }
|
||||||
libc = { workspace = true }
|
libc = { workspace = true }
|
||||||
uucore = { workspace = true, features = ["fs", "mode"] }
|
uucore = { workspace = true, features = ["fs", "mode", "perms"] }
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "chmod"
|
name = "chmod"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue