update to version 1.0.3

epel9
Fabio Valentini 4 years ago
parent 780819d8c1
commit 8d9195113d
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,3 +1,4 @@
/ref-cast-impl-1.0.0.crate
/ref-cast-impl-1.0.1.crate
/ref-cast-impl-1.0.2.crate
/ref-cast-impl-1.0.3.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 15
%bcond_without check
%global debug_package %{nil}
%global crate ref-cast-impl
Name: rust-%{crate}
Version: 1.0.2
Release: 2%{?dist}
Version: 1.0.3
Release: 1%{?dist}
Summary: Derive implementation for ref_cast::RefCast
# Upstream license specification: MIT OR Apache-2.0
@ -70,6 +70,10 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Thu Nov 12 2020 Fabio Valentini <decathorpe@gmail.com> - 1.0.3-1
- Update to version 1.0.3.
- Fixes RHBZ#1892517
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (ref-cast-impl-1.0.2.crate) = 306d3c8a5eaf027eaee717f01a8eebc1fa5454be491a41530ba9a2d06bd904c51a9594509b4aa0d4a44001e29568ca2e44b04ec4e86882d33b516b604a781438
SHA512 (ref-cast-impl-1.0.3.crate) = aa072ae7515957ac277700fdbe114540231612fa8d25b25365b75a0b9e2c53913d90de3e99e3b65d4dc2bd914bb3f47de3300f95a238633ebe41aef9515d126c

Loading…
Cancel
Save