mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-31 13:07:46 +00:00
bump a few crates to simplify Debian packaging (second)
This commit is contained in:
parent
724f67c5d0
commit
5089214832
3 changed files with 46 additions and 9 deletions
|
@ -239,7 +239,7 @@ test = [ "uu_test" ]
|
|||
[dependencies]
|
||||
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
|
||||
textwrap = { version="0.14", features=["terminal_size"] }
|
||||
uucore = { version=">=0.0.9", package="uucore", path="src/uucore" }
|
||||
selinux = { version="0.2.1", optional = true }
|
||||
# * uutils
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue