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

Merge pull request #2 from uutils/master

catchup with uutils main
This commit is contained in:
backwaterred 2021-07-02 11:34:22 -07:00 committed by GitHub
commit 9c38583c6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
106 changed files with 535 additions and 455 deletions

View file

@ -226,7 +226,7 @@ test = [ "uu_test" ]
[workspace]
[dependencies]
clap = "2.33.3"
clap = { version = "2.33", features = ["wrap_help"] }
lazy_static = { version="1.3" }
textwrap = { version="=0.11.0", features=["term_size"] } # !maint: [2020-05-10; rivy] unstable crate using undocumented features; pinned currently, will review
uucore = { version=">=0.0.8", package="uucore", path="src/uucore" }