diff --git a/rust-tokio-rustls.spec b/rust-tokio-rustls.spec index 2850652..c433983 100644 --- a/rust-tokio-rustls.spec +++ b/rust-tokio-rustls.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.22.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Asynchronous TLS/SSL streams for Tokio using Rustls # Upstream license specification: MIT/Apache-2.0 @@ -99,6 +99,9 @@ which use "early-data" feature of "%{crate}" crate. %endif %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 0.22.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Thu Jul 14 2022 Fabio Valentini - 0.22.0-4 - Disable tests that now fail due to expired certificates.