From 88c2b445e539762f07131480b6312da05c01da8b Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Fri, 22 Apr 2022 17:17:17 +0200 Subject: [PATCH] Add "nix" to Cargo.toml --- src/uucore/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]