Skip to content

Commit

Permalink
rmdir, split: add fs feature to uucore dep
Browse files Browse the repository at this point in the history
  • Loading branch information
tertsdiepraam committed Aug 20, 2022
1 parent 0edf0d9 commit 105b0db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/uu/rmdir/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down
2 changes: 1 addition & 1 deletion src/uu/split/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 105b0db

Please sign in to comment.