1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

ls: upgrade uutils-term-grid to 0.5 (#5485)

This commit is contained in:
Terts Diepraam 2024-05-01 10:16:15 +02:00 committed by GitHub
parent d6399f3a81
commit 3346b4147a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 55 additions and 61 deletions

View file

@ -258,6 +258,7 @@ feat_os_windows_legacy = [
test = ["uu_test"]
[workspace.dependencies]
ansi-width = "0.1.0"
bigdecimal = "0.4"
binary-heap-plus = "0.5.0"
bstr = "1.9.1"
@ -321,7 +322,7 @@ selinux = "0.4"
signal-hook = "0.3.17"
smallvec = { version = "1.13", features = ["union"] }
tempfile = "3.10.1"
uutils_term_grid = "0.3"
uutils_term_grid = "0.5"
terminal_size = "0.3.0"
textwrap = { version = "0.16.1", features = ["terminal_size"] }
thiserror = "1.0"