Skip to content

Commit

Permalink
tail: Cargo.toml: Remove unneeded features of uucore dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Joining7943 committed Feb 16, 2023
1 parent f610f33 commit 3e0a55d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uu/tail/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ clap = { workspace=true }
libc = { workspace=true }
memchr = { workspace=true }
notify = { workspace=true }
uucore = { workspace=true, features=["ringbuffer", "lines"] }
uucore = { workspace=true }
same-file = { workspace=true }
atty = { workspace=true }
fundu = { workspace=true }
Expand Down

0 comments on commit 3e0a55d

Please sign in to comment.