[yabridgectl] Downgrade textwrap again

Partially reverts f02b9e646b. Newer
versions don't take the indentation into account when wrapping.
This commit is contained in:
Robbert van der Helm
2021-05-15 22:45:39 +02:00
parent 0df900647c
commit 52cbc35867
4 changed files with 27 additions and 21 deletions
+3 -1
View File
@@ -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"