Update to version 1.7.1

epel9
Jan Staněk 4 years ago
parent 708d05cf9b
commit ca9866f951
No known key found for this signature in database
GPG Key ID: 2972F2037B243B6D

1
.gitignore vendored

@ -16,3 +16,4 @@
/once_cell-1.5.2.crate
/once_cell-1.6.0.crate
/once_cell-1.7.0.crate
/once_cell-1.7.1.crate

@ -5,7 +5,7 @@
%global crate once_cell
Name: rust-%{crate}
Version: 1.7.0
Version: 1.7.1
Release: 1%{?dist}
Summary: Single assignment cells and lazy values
@ -131,6 +131,9 @@ which use "race" feature of "%{crate}" crate.
%endif
%changelog
* Tue Mar 02 2021 Jan Staněk <jstanek@redhat.com> - 1.7.1-1
- Update to version 1.7.1
* Thu Feb 25 2021 Jan Staněk <jstanek@redhat.com> - 1.7.0-1
- Update to version 1.7.0
- Add subpackage for the "race" feature

@ -1 +1 @@
SHA512 (once_cell-1.7.0.crate) = b7ebfc328e02084191d145260cee671740d434a3af10f9fd8f6ac71d3b522f6e31bd320e095b1801f613398b3d128ecca825df785cae60c674cae94d1488bb5a
SHA512 (once_cell-1.7.1.crate) = e424ed650ef4de85dbc9b486c8e7532d69ad73cdd90e94c269627a3f3809586a8693bc825d92dc8c573b0f47a07086e7661e44e632b9fee15f5ab8a23cc2f3ac

Loading…
Cancel
Save