diff --git a/rust-ref-cast.spec b/rust-ref-cast.spec index f9e3e57..f284be2 100644 --- a/rust-ref-cast.spec +++ b/rust-ref-cast.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.0.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Safely cast &T to &U where the struct U contains a single field of type T # Upstream license specification: MIT OR Apache-2.0 @@ -71,6 +71,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1.0.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Dec 29 22:12:24 CET 2020 Igor Raits - 1.0.6-1 - Update to 1.0.6 (Fixes: RHBZ#1911514)