diff --git a/src/uucore/Cargo.toml b/src/uucore/Cargo.toml index ee461e048..92eaf0853 100644 --- a/src/uucore/Cargo.toml +++ b/src/uucore/Cargo.toml @@ -86,7 +86,7 @@ fsxattr = ["xattr"] lines = [] format = ["itertools", "quoting-style"] mode = ["libc"] -perms = ["libc", "walkdir"] +perms = ["entries", "libc", "walkdir"] buf-copy = [] pipes = [] process = ["libc"]