Revert dependency bump for ansi-str

Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
epel9
Michel Alexandre Salim 2 years ago
parent 71d711b878
commit 16af8d0b4f
No known key found for this signature in database
GPG Key ID: 8B229D2F7CCC04F2

@ -12,9 +12,6 @@ Summary: Easy to use library for pretty print tables of Rust `struct`s an
License: MIT License: MIT
URL: https://crates.io/crates/tabled URL: https://crates.io/crates/tabled
Source: %{crates_source} Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * bump ansi-str from 0.5.0 to 0.7.0
Patch: tabled-fix-metadata.diff
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21

@ -1,11 +0,0 @@
--- tabled-0.10.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tabled-0.10.0/Cargo.toml 2023-02-17T02:31:30.301490+00:00
@@ -189,7 +189,7 @@
]
[dependencies.ansi-str]
-version = "0.5.0"
+version = "0.7.0"
optional = true
[dependencies.papergrid]
Loading…
Cancel
Save