update to version 0.1.11

epel9
Fabio Valentini 4 years ago
parent 399f41ee71
commit 4f57ca374e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

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

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

@ -1 +1 @@
SHA512 (const-random-0.1.10.crate) = a2aee03ce25206d114213e674ba05e5dddae33a96f17c2e3f4251551d52609f7ebce355403ae4249d2a07ced2a1207367d101bc76fbeb9640153ef1137ba9863
SHA512 (const-random-0.1.11.crate) = 9dc836c664b9804494e008c38d1e33ae41f37590cfe22eb95a13f8e2e5fb8d13827497844003fa70923d3316fd92b983cb001ce5589edb77fef2cdb054948d7d

Loading…
Cancel
Save