From d9f36eed6e378066cdddf3991036d001b9b575c2 Mon Sep 17 00:00:00 2001 From: Terts Diepraam Date: Wed, 12 Oct 2022 10:44:45 +0200 Subject: [PATCH] chroot: declare fs feature of uucore in Cargo.toml --- src/uu/chroot/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uu/chroot/Cargo.toml b/src/uu/chroot/Cargo.toml index 379b3b929..9475b775e 100644 --- a/src/uu/chroot/Cargo.toml +++ b/src/uu/chroot/Cargo.toml @@ -16,7 +16,7 @@ path = "src/chroot.rs" [dependencies] clap = { version = "3.2", features = ["wrap_help", "cargo"] } -uucore = { version=">=0.0.16", package="uucore", path="../../uucore", features=["entries"] } +uucore = { version=">=0.0.16", package="uucore", path="../../uucore", features=["entries", "fs"] } [[bin]] name = "chroot"