From edfbf9fb34a58e5e051f0ee51891e72ef525cf8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Lauzier?= Date: Wed, 11 Aug 2021 13:20:27 -0400 Subject: [PATCH] Downgrade hashbrown to 0.9 --- rust-fallible_collections.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rust-fallible_collections.spec b/rust-fallible_collections.spec index 633f6e6..06131a5 100644 --- a/rust-fallible_collections.spec +++ b/rust-fallible_collections.spec @@ -13,6 +13,9 @@ Summary: Crate which adds fallible allocation api to std collections License: MIT or ASL 2.0 URL: https://crates.io/crates/fallible_collections Source: %{crates_source} +# Initial patched metadata +# Downgrade hashbrown to 0.9 +Patch0: fallible_collections-fix-metadata.diff ExclusiveArch: %{rust_arches} %if %{__cargo_skip_build}