1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

Merge pull request #4033 from tertsdiepraam/0.0.16-patches

`chroot`: declare fs feature of uucore in Cargo.toml
This commit is contained in:
Sylvestre Ledru 2022-10-12 11:20:27 +02:00 committed by GitHub
commit af13472223
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"