Skip to content

chmod: add uucore's perms feature to Cargo.toml #7037

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 31, 2024

Conversation

cakebaker
Copy link
Contributor

This PR adds the missing perms feature from uucore to Cargo.toml. I noticed it when I tried to run the chmod tests:

$ cargo test --features=chmod --no-default-features
   Compiling uu_chmod v0.0.28 (/home/dho/projects/coreutils/src/uu/chmod)
error[E0433]: failed to resolve: could not find `perms` in `uucore`
   --> src/uu/chmod/src/chmod.rs:229:23
    |
229 |         .args(uucore::perms::common_args())
    |                       ^^^^^ could not find `perms` in `uucore`
    |

@sylvestre sylvestre merged commit 079f8d4 into uutils:main Dec 31, 2024
63 checks passed
@cakebaker cakebaker deleted the chmod_add_perms_features branch December 31, 2024 09:48
@sylvestre
Copy link
Contributor

#7038 to make sure it doesn't happen again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants