mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
[yabridgectl] Downgrade textwrap again
Partially reverts f02b9e646b. Newer
versions don't take the indentation into account when wrapping.
This commit is contained in:
@@ -20,7 +20,9 @@ promptly = "0.3.0"
|
||||
rayon = "1.3.1"
|
||||
serde = "1.0.114"
|
||||
serde_derive = "1.0.114"
|
||||
textwrap = { version = "0.13.4", features = ["terminal_size"] }
|
||||
# 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"] }
|
||||
toml = "0.5.6"
|
||||
walkdir = "2.3.1"
|
||||
which = "4.0.1"
|
||||
|
||||
Reference in New Issue
Block a user