1
Fork 0
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:
Sylvestre Ledru 2024-12-31 10:48:19 +01:00 committed by GitHub
commit 079f8d47d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"