Update to 0.2.6

epel9
Jan Staněk 6 years ago
parent f13d007077
commit 44df6c6aab
No known key found for this signature in database
GPG Key ID: 2972F2037B243B6D

1
.gitignore vendored

@ -3,3 +3,4 @@
/once_cell-0.2.1.crate
/once_cell-0.2.2.crate
/once_cell-0.2.4.crate
/once_cell-0.2.6.crate

@ -5,7 +5,7 @@
%global crate once_cell
Name: rust-%{crate}
Version: 0.2.4
Version: 0.2.6
Release: 1%{?dist}
Summary: Single assignment cells and lazy static values without macros
@ -95,6 +95,9 @@ which use "parking_lot" feature of "%{crate}" crate.
%endif
%changelog
* Mon Aug 19 2019 Jan Staněk <jstanek@redhat.com> - 0.2.6-1
- Update to 0.2.6
* Sun Aug 04 15:41:31 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.4-1
- Update to 0.2.4

@ -1 +1 @@
SHA512 (once_cell-0.2.4.crate) = fd44df020d230c0516e24cd78040d20a8cd86b60193d378eb8f3ac3cdf08e8e81ada44feb240dfa9557999b8b1452f9afe6320e81e564932881fadb17ceee235
SHA512 (once_cell-0.2.6.crate) = 9b6eb9adefcddc48846af5c64b63638f8a62e603dbc7a5cb6077f58830636db39148c911a358e2cd3e0af99b554645701d8203c1f2ca9231832874b143b4b616

Loading…
Cancel
Save