fix/chmod ~ correct uucore feature dependency

This commit is contained in:
Roy Ivy III 2020-05-30 02:07:06 -05:00
parent 923c47a408
commit 4b0dd73adb

View file

@ -16,7 +16,7 @@ path = "src/chmod.rs"
[dependencies]
libc = "0.2.42"
uucore = { version="0.0.4", package="uucore", git="https://github.com/uutils/uucore.git", branch="canary", features=["mode"] }
uucore = { version="0.0.4", package="uucore", git="https://github.com/uutils/uucore.git", branch="canary", features=["fs", "mode"] }
uucore_procs = { version="0.0.4", package="uucore_procs", git="https://github.com/uutils/uucore.git", branch="canary" }
walker = "1.0.0"