diff --git a/rust-async-trait.spec b/rust-async-trait.spec index 537be26..60b1e99 100644 --- a/rust-async-trait.spec +++ b/rust-async-trait.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.1.42 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Type erasure for async trait methods # 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 - 0.1.42-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Dec 08 2020 Fabio Valentini - 0.1.42-1 - Update to version 0.1.42. - Fixes RHBZ#1900269