Codebase list rust-serde-xml-rs / 6f36356
textwrap: rebuild with terminal_size 0.2 Sylvestre Ledru 1 year, 6 months ago
3 changed file(s) with 7 addition(s) and 12 deletion(s). Raw diff Collapse all Expand all
0 rust-textwrap (0.16.0-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package textwrap 0.16.0 from crates.io using debcargo 2.5.0
3 * rebuild with terminal-size 0.2.1
4
5 -- Sylvestre Ledru <sylvestre@debian.org> Sun, 30 Oct 2022 09:41:42 +0100
6
07 rust-textwrap (0.16.0-1) unstable; urgency=medium
18
29 * Package textwrap 0.16.0 from crates.io using debcargo 2.5.0
+0
-11
src/textwrap/debian/patches/relax-dep.patch less more
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -47,7 +47,7 @@
3 optional = true
4
5 [dependencies.terminal_size]
6 -version = "0.2.1"
7 +version = "0.1.17"
8 optional = true
9
10 [dependencies.unicode-linebreak]
11 remove-leftovers.patch
22 remove-unic-emoji-char.patch
33 remove-version-sync.patch
4 relax-dep.patch