mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
[yabridgectl] Update textwrap
This was stuck on an old version some of the previous versions did not take the subsequent indent string's width into account when wrapping.
This commit is contained in:
@@ -23,9 +23,7 @@ rayon = "1.5.1"
|
||||
serde = "1.0.133"
|
||||
serde_derive = "1.0.133"
|
||||
serde_jsonrc = "0.1"
|
||||
# NOTE: textwrap 0.12.0 up to at least 0.13.4 apply the subsequent indent after
|
||||
# wrapping
|
||||
textwrap = { version = "0.11.0", features = ["term_size"] }
|
||||
textwrap = { version = "0.16.0", features = ["terminal_size"] }
|
||||
toml = "0.5.6"
|
||||
walkdir = "2.3.1"
|
||||
which = "4.2.2"
|
||||
|
||||
Reference in New Issue
Block a user