diff --git a/src/uucore/Cargo.toml b/src/uucore/Cargo.toml index 0f28d9acb..34fcdc103 100644 --- a/src/uucore/Cargo.toml +++ b/src/uucore/Cargo.toml @@ -51,7 +51,7 @@ default = [] encoding = ["data-encoding", "data-encoding-macro", "z85", "thiserror"] entries = ["libc"] fs = ["libc", "nix", "winapi-util"] -fsext = ["libc", "time"] +fsext = ["libc", "nix", "time"] lines = [] memo = ["itertools"] mode = ["libc"]