rmdir, split: add fs feature to uucore dep

This commit is contained in:
Terts Diepraam 2022-08-20 15:13:18 +02:00
parent 0edf0d91f9
commit 105b0db251
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ path = "src/rmdir.rs"
[dependencies]
clap = { version = "3.2", features = ["wrap_help", "cargo"] }
uucore = { version=">=0.0.15", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.15", package="uucore", path="../../uucore", features=["fs"] }
libc = "0.2.132"
[[bin]]

View file

@ -17,7 +17,7 @@ path = "src/split.rs"
[dependencies]
clap = { version = "3.2", features = ["wrap_help", "cargo"] }
memchr = "2"
uucore = { version=">=0.0.15", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.15", package="uucore", path="../../uucore", features=["fs"] }
[[bin]]
name = "split"