From c275ef036841ad4a5a0505ae07181ab4223f606c Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sat, 21 Sep 2024 13:30:40 +0200 Subject: [PATCH] Bump toml dev-dependency from 0.7 to 0.8 --- bytesize-fix-metadata.diff | 11 +++++++++++ rust-bytesize.spec | 3 +++ 2 files changed, 14 insertions(+) create mode 100644 bytesize-fix-metadata.diff diff --git a/bytesize-fix-metadata.diff b/bytesize-fix-metadata.diff new file mode 100644 index 0000000..4b58533 --- /dev/null +++ b/bytesize-fix-metadata.diff @@ -0,0 +1,11 @@ +--- bytesize-1.3.0/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ bytesize-1.3.0/Cargo.toml 2024-09-21T11:28:23.094321+00:00 +@@ -39,7 +39,7 @@ + version = "1.0.105" + + [dev-dependencies.toml] +-version = "0.7.6" ++version = "0.8" + + [features] + default = [] diff --git a/rust-bytesize.spec b/rust-bytesize.spec index d3c95fe..56666bd 100644 --- a/rust-bytesize.spec +++ b/rust-bytesize.spec @@ -12,6 +12,9 @@ Summary: Utility for human-readable bytes representations License: Apache-2.0 URL: https://crates.io/crates/bytesize Source: %{crates_source} +# Manually created patch for downstream crate metadata changes +# * bump toml dev-dependency from 0.7 to 0.8 +Patch: bytesize-fix-metadata.diff # * patch to fix doctests with Rust 1.80+ Patch: 0001-fix-typo-in-doc-code-block-annotation-that-caused-te.patch