diff --git a/rust-tabled.spec b/rust-tabled.spec index 23b464e..eb79edc 100644 --- a/rust-tabled.spec +++ b/rust-tabled.spec @@ -12,9 +12,6 @@ Summary: Easy to use library for pretty print tables of Rust `struct`s an License: MIT URL: https://crates.io/crates/tabled 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 diff --git a/tabled-fix-metadata.diff b/tabled-fix-metadata.diff deleted file mode 100644 index b81bb38..0000000 --- a/tabled-fix-metadata.diff +++ /dev/null @@ -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]