update to version 0.1.11

epel9
Fabio Valentini 4 years ago
parent 646a23b52d
commit 5d903ecffe
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,3 +1,4 @@
/const-random-macro-0.1.6.crate /const-random-macro-0.1.6.crate
/const-random-macro-0.1.8.crate /const-random-macro-0.1.8.crate
/const-random-macro-0.1.10.crate /const-random-macro-0.1.10.crate
/const-random-macro-0.1.11.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 15
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate const-random-macro %global crate const-random-macro
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.10 Version: 0.1.11
Release: 1%{?dist} Release: 1%{?dist}
Summary: Provides the procedural macro used by const-random Summary: Provides the procedural macro used by const-random
@ -70,6 +70,10 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Nov 06 2020 Fabio Valentini <decathorpe@gmail.com> - 0.1.11-1
- Update to version 0.1.11.
- Fixes RHBZ#1886088
* Wed Oct 07 2020 Fabio Valentini <decathorpe@gmail.com> - 0.1.10-1 * Wed Oct 07 2020 Fabio Valentini <decathorpe@gmail.com> - 0.1.10-1
- Update to version 0.1.10. - Update to version 0.1.10.

@ -1 +1 @@
SHA512 (const-random-macro-0.1.10.crate) = 6f13c616510900e4d609398e5ec9fee784e91de813b12731912552dfb44f8a9c0246038b749533cb3c9aa40efe34ce8ef5b35f31e7d9deb79ade0d078050bd75 SHA512 (const-random-macro-0.1.11.crate) = 5e5c79bcfbbb88136052c8e3ad66c35a07e2d95603534360d991520a55ec2d30a265410030f1406cd8a8c1d8eaaf68f9d2a0147b5787e59c933ef53074074745

Loading…
Cancel
Save