Update to 0.4.0

epel9
Josh Stone 6 years ago
parent df6ff2cd8a
commit a1a159001b

1
.gitignore vendored

@ -1,2 +1,3 @@
/rand_core-0.2.1.crate
/rand_core-0.3.0.crate
/rand_core-0.4.0.crate

@ -6,7 +6,7 @@
%global crate rand_core
Name: rust-%{crate}
Version: 0.3.0
Version: 0.4.0
Release: 1%{?dist}
Summary: Core random number generator traits and tools for implementation
@ -128,6 +128,9 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Mon Jan 28 2019 Josh Stone <jistone@redhat.com> - 0.4.0-1
- Update to 0.4.0
* Sat Oct 27 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.0-1
- Update to 0.3.0

@ -1 +1 @@
SHA512 (rand_core-0.3.0.crate) = a476510ef936571e3351f42e0f1c615530732b7c66f41975fef10dc6b8f4d8536a6d8166bb90d6da2bb997108ee3e87f4d80884264b239680e6ffd3494dcb748
SHA512 (rand_core-0.4.0.crate) = f80e76dabd3308a12880a9aa8b7be83db39b02778c95bb63f862488789a2a67e2f08d4f2dd1ad803c61df0a9fc7f6620aa753b3bf394542ce27c89189a911845

Loading…
Cancel
Save