update to version 0.20.0

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

1
.gitignore vendored

@ -2,3 +2,4 @@
/*.src.rpm /*.src.rpm
/quick-xml-0.18.1.crate /quick-xml-0.18.1.crate
/quick-xml-0.20.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 16
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate quick-xml %global crate quick-xml
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.18.1 Version: 0.20.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: High performance xml reader and writer Summary: High performance xml reader and writer
@ -119,5 +119,8 @@ which use "serialize" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Dec 07 2020 Fabio Valentini <decathorpe@gmail.com> - 0.20.0-1
- Update to version 0.20.0.
* Wed Sep 16 2020 Fabio Valentini <decathorpe@gmail.com> - 0.18.1-1 * Wed Sep 16 2020 Fabio Valentini <decathorpe@gmail.com> - 0.18.1-1
- Initial package - Initial package

@ -1 +1 @@
SHA512 (quick-xml-0.18.1.crate) = 74158f53c40b57047d0d4a051bcc39dc6171774f1d9a497c1a208f6028c4838e568478a6f7d6047a48ead36d3beb7af4ca7a7cff2e8b3f3759f7fc31c56edaff SHA512 (quick-xml-0.20.0.crate) = d8cee7d97a5780ea98b8737d83eed1891aca83e8c191539eb4ad299dd7703361bd7bd66ba43f080ad4fdd3d30a54857524c6d6b64415e26c7cd7c8e55f79ecfa

Loading…
Cancel
Save